1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Added comment to change SERVER_NAME

This commit is contained in:
Mo 2021-09-11 22:52:38 +02:00
parent 4f799aa599
commit 3fc1fd4f0a

View file

@ -13,6 +13,7 @@ app.config["SECURITY_EMAIL_VALIDATOR_ARGS"] = {
} # Don't check email deliverability # DEBUG
app.config["SERVER_NAME"] = "127.0.0.1:5000" # DEBUG
# app.config["SERVER_NAME"] = "fprdb.physik.uni-mainz.de:5000" # DEBUG
app.config["SECRET_KEY"] = "dev"
app.config["SECURITY_PASSWORD_SALT"] = "devSalt" # os.environ.get("SECURITY_PASSWORD_SALT", "")