mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Added comment to change SERVER_NAME
This commit is contained in:
parent
4f799aa599
commit
3fc1fd4f0a
1 changed files with 1 additions and 0 deletions
|
@ -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", "")
|
||||
|
|
Loading…
Reference in a new issue