From 95b2909664a4a6f07130c4fa23c4231afff60098 Mon Sep 17 00:00:00 2001 From: dandds Date: Thu, 28 Jun 2018 11:48:35 -0400 Subject: [PATCH] make session TTL 10 minutes by default --- config/base.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/base.ini b/config/base.ini index 1a439a05..993745f3 100644 --- a/config/base.ini +++ b/config/base.ini @@ -9,4 +9,4 @@ SECRET = change_me_into_something_secret CAC_URL = https://localhost:8001 REQUESTS_QUEUE_BASE_URL = http://localhost:8003 REDIS_URI = redis://localhost:6379 -SESSION_TTL_SECONDS = 3600 +SESSION_TTL_SECONDS = 600