add session expiration config
This commit is contained in:
@@ -9,7 +9,6 @@ SECRET_KEY = change_me_into_something_secret
|
||||
CAC_URL = http://localhost:8000/login-redirect
|
||||
PE_NUMBER_CSV_URL = http://c95e1ebb198426ee57b8-174bb05a294821bedbf46b6384fe9b1f.r31.cf5.rackcdn.com/penumbers.csv
|
||||
REDIS_URI = redis://localhost:6379
|
||||
SESSION_TTL_SECONDS = 600
|
||||
PGAPPNAME = atst
|
||||
PGHOST = localhost
|
||||
PGPORT = 5432
|
||||
@@ -19,5 +18,6 @@ PGDATABASE = atat
|
||||
SESSION_TYPE = redis
|
||||
SESSION_COOKIE_NAME=atat
|
||||
SESSION_USE_SIGNER = True
|
||||
PERMANENT_SESSION_LIFETIME = 600
|
||||
CRL_DIRECTORY = crl
|
||||
CA_CHAIN = ssl/server-certs/ca-chain.pem
|
||||
|
Reference in New Issue
Block a user