remotes/1693045480750635534/spooky-22
Aevann1 2021-07-24 17:47:14 +02:00
parent 7b90170891
commit 7a6ab62361
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ app.config["SERVER_NAME"] = environ.get(
"domain", environ.get(
"SERVER_NAME", "")).strip()
print(app.config['SECRET_KEY'])
app.config["SHORT_DOMAIN"]=environ.get("SHORT_DOMAIN","").strip()
app.config["SESSION_COOKIE_NAME"] = "session_drama"
app.config["VERSION"] = _version