expose session settings to user

This commit is contained in:
Chris Meyers 2015-10-06 10:37:13 -04:00
parent a7d9eea942
commit 63fbfbe11f

View File

@ -238,7 +238,7 @@ RADIUS_SECRET = ''
# Seconds before auth tokens expire.
AUTH_TOKEN_EXPIRATION = 1800
# Maximum number of per-user valid, concurrent session.
# Maximum number of per-user valid, concurrent tokens.
# -1 is unlimited
AUTH_TOKEN_PER_USER = -1