Various fixes
This commit is contained in:
@@ -3,8 +3,7 @@ import random
|
||||
import string
|
||||
from datetime import timedelta
|
||||
|
||||
|
||||
SESSION_DURATION = timedelta(minutes=30)
|
||||
SESSION_DURATION = timedelta(minutes=120)
|
||||
COOKIE_NAME = "nota_folkugat"
|
||||
COOKIE_MAX_AGE = int(SESSION_DURATION.total_seconds())
|
||||
ADMIN_PASSWORD = os.getenv("ADMIN_PASSWORD", "hola")
|
||||
|
||||
Reference in New Issue
Block a user