fdsfsd
This commit is contained in:
parent
85054d63c0
commit
4ab9670ffd
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ app.config['MAX_CONTENT_LENGTH'] = 8 * 1024 * 1024
|
|||
app.config["SESSION_COOKIE_SECURE"] = True
|
||||
app.config["SESSION_COOKIE_SAMESITE"] = "Lax"
|
||||
app.config["PERMANENT_SESSION_LIFETIME"] = 60 * 60 * 24 * 365
|
||||
app.config["SESSION_REFRESH_EACH_REQUEST"] = True
|
||||
app.config["SLOGAN"] = environ.get("SLOGAN", "").strip()
|
||||
app.config["DEFAULT_COLOR"] = environ.get("DEFAULT_COLOR", "ff0000").strip()
|
||||
app.config["DEFAULT_THEME"] = environ.get("DEFAULT_THEME", "midnight").strip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue