diff --git a/advlabdb/__init__.py b/advlabdb/__init__.py index 7ca549e..20a01a8 100644 --- a/advlabdb/__init__.py +++ b/advlabdb/__init__.py @@ -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", "")