Limit concurrent session by default for deployed sites.

To meet ATO requirements, a user should not be able to have concurrent
logins.
This commit is contained in:
dandds 2020-01-19 11:39:49 -05:00
parent 6f2454ae5f
commit 0fa4fd2304

View File

@ -15,6 +15,7 @@ data:
CSP: azure
DEBUG: "0"
FLASK_ENV: master
LIMIT_CONCURRENT_SESSIONS: "true"
LOG_JSON: "true"
MAIL_PORT: "587"
MAIL_SENDER: postmaster@atat.code.mil