1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
AdvLabDB/.env.template
2022-04-18 17:01:51 +02:00

11 lines
210 B
Text

# Do not share the secret key or the password salt!
SECRET_KEY=
SECURITY_PASSWORD_SALT=
# Database
SQLALCHEMY_DATABASE_URI=sqlite:///../db/advLab.db
# Server URL
SERVER_NAME=
CHECK_EMAIL_DELIVERABILITY=True