mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-12 21:40:41 +00:00
Update .env.template
This commit is contained in:
parent
703697fbd3
commit
d95a1c4e48
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
||||||
# Do not share the secret key or the password salt!
|
# Do not share the secret key or the password salt!
|
||||||
|
# These secrets can be generated using the script at
|
||||||
|
# advlabdb/scripts/setup/generate_secrets.py
|
||||||
SECRET_KEY=
|
SECRET_KEY=
|
||||||
SECURITY_PASSWORD_SALT=
|
SECURITY_PASSWORD_SALT=
|
||||||
|
|
||||||
# Database
|
|
||||||
RELATIVE_DB_DIR=db
|
|
||||||
|
|
||||||
# Server URL
|
# Server URL
|
||||||
SERVER_NAME=
|
SERVER_NAME=
|
||||||
|
|
||||||
|
# Database
|
||||||
|
RELATIVE_DB_DIR=db
|
||||||
|
|
||||||
CHECK_EMAIL_DELIVERABILITY=True
|
CHECK_EMAIL_DELIVERABILITY=True
|
||||||
|
|
Loading…
Reference in a new issue