1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2025-03-15 19:48:10 +00:00
AdvLabDB/.env.template

14 lines
277 B
Text
Raw Normal View History

2022-04-18 17:01:51 +02:00
# Do not share the secret key or the password salt!
2022-05-17 12:44:02 +02:00
# These secrets can be generated using the script at
# advlabdb/scripts/setup/generate_secrets.py
2022-04-18 17:01:51 +02:00
SECRET_KEY=
SECURITY_PASSWORD_SALT=
# Server URL
SERVER_NAME=
2022-05-17 12:44:02 +02:00
# Database
RELATIVE_DB_DIR=db
2022-04-18 17:01:51 +02:00
CHECK_EMAIL_DELIVERABILITY=True