rename REPORT_SECRET env variable to API_SECRET
All checks were successful
delpoy / build-and-deploy (push) Successful in 48s
All checks were successful
delpoy / build-and-deploy (push) Successful in 48s
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
DATABASE_URI=sqlite://./database.db
|
||||
ADMIN_USER=admin
|
||||
ADMIN_PASSWORD=admin
|
||||
REPORT_SECRET=
|
||||
PUBLIC_START_DATE=2023-12-26T00:00:00+0200
|
||||
PUBLIC_BASE_PATH=
|
||||
|
||||
API_SECRET=
|
||||
|
||||
PUBLIC_SERVER_IP=example.com
|
||||
PUBLIC_TS_LINK=ts3server://example.com
|
||||
PUBLIC_DISCORD_LINK=https://example.com
|
||||
|
Reference in New Issue
Block a user