fd
This commit is contained in:
parent
e6921a142f
commit
2df58e3943
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue