mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
13 lines
277 B
Text
13 lines
277 B
Text
# 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=
|
|
SECURITY_PASSWORD_SALT=
|
|
|
|
# Server URL
|
|
SERVER_NAME=
|
|
|
|
# Database
|
|
RELATIVE_DB_DIR=db
|
|
|
|
CHECK_EMAIL_DELIVERABILITY=True
|