mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
12 lines
210 B
Text
12 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
|