add optional env variable to protect the public report creation endpoint with a secret
All checks were successful
delpoy / build-and-deploy (push) Successful in 45s
All checks were successful
delpoy / build-and-deploy (push) Successful in 45s
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
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=
|
||||
|
Reference in New Issue
Block a user