forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-13 22:05:25 +02:00
parent be99d37273
commit 8ee054ee42
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'] = 60*10
app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 31536000
app.config["SESSION_COOKIE_NAME"] = "session_" + environ.get("SITE_NAME").strip().lower()
app.config["VERSION"] = "1.0.0"