remotes/1693045480750635534/spooky-22
Aevann1 2021-08-23 12:01:49 +02:00
parent 50a2674fc3
commit ce6721e042
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ app.config['DATABASE_URL'] = environ.get("DATABASE_CONNECTION_POOL_URL",environ.
app.config['SECRET_KEY'] = environ.get('MASTER_KEY')
app.config["SERVER_NAME"] = environ.get("DOMAIN").strip()
app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 1
app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 60
app.config["SESSION_COOKIE_NAME"] = "session_" + environ.get("SITE_NAME").strip().lower()
app.config["VERSION"] = "1.0.0"