make session TTL 10 minutes by default

This commit is contained in:
dandds 2018-06-28 11:48:35 -04:00
parent 46016faceb
commit 95b2909664

View File

@ -9,4 +9,4 @@ SECRET = change_me_into_something_secret
CAC_URL = https://localhost:8001 CAC_URL = https://localhost:8001
REQUESTS_QUEUE_BASE_URL = http://localhost:8003 REQUESTS_QUEUE_BASE_URL = http://localhost:8003
REDIS_URI = redis://localhost:6379 REDIS_URI = redis://localhost:6379
SESSION_TTL_SECONDS = 3600 SESSION_TTL_SECONDS = 600