dffd
This commit is contained in:
parent
f804ad9125
commit
3eabdeafb9
13 changed files with 32 additions and 28 deletions
|
@ -47,6 +47,7 @@ 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").strip()
|
||||
app.config["DEFAULT_THEME"] = environ.get("DEFAULT_THEME").strip() + "_" + environ.get("DEFAULT_COLOR").strip()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue