Fix error when Mantis key isn't set.

This commit is contained in:
Cameron Redmore 2025-04-26 12:02:17 +01:00
parent 8ad2c6ef53
commit c1cff132b3
2 changed files with 31 additions and 9 deletions

View file

@ -1,5 +1,5 @@
# Add your environment variables here
GOOGLE_API_KEY=GOOGLE_API_KEY
MANTIS_API_KEY=MANTIS_API_KEY
MANTIS_API_ENDPOINT=https://styletech.mantishub.io/api/rest
DATABASE_URL="postgresql://sts-sls-utility:MY_SECURE_PASSWORD@localhost:5432/sts-sls-utility?schema=public"
RP_ID=localhost
RP_NAME=StylePoint
ORIGIN=http://localhost:9100
DATABASE_URL="postgresql://sts-sls-utility:MY_SECURE_PASSWORD@localhost:5432/sts-sls-utility?schema=public"
SESSION_SECRET=MY_SECURE_SESSION_SECRET