make session TTL 10 minutes by default
This commit is contained in:
parent
46016faceb
commit
95b2909664
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user