mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-16 09:20:43 +08:00
Compare commits
2 Commits
e573b1198c
...
45a8b2ae84
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45a8b2ae84 | ||
|
|
c83f20b414 |
@ -270,7 +270,7 @@ def cleanup_expired_cache():
|
||||
app = Flask(__name__)
|
||||
app.config["APP_VERSION"] = get_app_ver()
|
||||
app.secret_key = "ca943f6db6dd34823d36ab08d8d6f65d"
|
||||
app.config["SESSION_COOKIE_NAME"] = "QUARK_AUTO_SAVE_SESSION"
|
||||
app.config["SESSION_COOKIE_NAME"] = "QUARK_AUTO_SAVE_X_SESSION"
|
||||
app.config["PERMANENT_SESSION_LIFETIME"] = timedelta(days=31)
|
||||
app.json.ensure_ascii = False
|
||||
app.json.sort_keys = False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user