From 3fc1fd4f0afe34e23ae6811678a54215bdf4a095 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sat, 11 Sep 2021 22:52:38 +0200 Subject: [PATCH] Added comment to change SERVER_NAME --- advlabdb/__init__.py | 1 + 1 file changed, 1 insertion(+) 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", "")