Fix error when Mantis key isn't set.
This commit is contained in:
parent
8ad2c6ef53
commit
c1cff132b3
2 changed files with 31 additions and 9 deletions
10
.env.example
10
.env.example
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue