summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2017-10-16 18:10:30 -0400
committerJoramWilander <jwawilander@gmail.com>2017-10-16 18:10:30 -0400
commit8bf47c1211d09079fd9407555026b7b29383ac37 (patch)
tree996a9e5e230362ee5bdf6deee86c837069fa2598
parent8966452d1183e94fecc373b9d08c65a0573cbbc6 (diff)
downloadchat-8bf47c1211d09079fd9407555026b7b29383ac37.tar.gz
chat-8bf47c1211d09079fd9407555026b7b29383ac37.tar.bz2
chat-8bf47c1211d09079fd9407555026b7b29383ac37.zip
Fix SessionIdleTimeoutInMinutes in default.json
-rw-r--r--config/default.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index f9c5647e7..fd3e81baa 100644
--- a/config/default.json
+++ b/config/default.json
@@ -36,7 +36,7 @@
"SessionLengthMobileInDays": 30,
"SessionLengthSSOInDays": 30,
"SessionCacheInMinutes": 10,
- "SessionIdleTimeout": 0,
+ "SessionIdleTimeoutInMinutes": 0,
"WebsocketSecurePort": 443,
"WebsocketPort": 80,
"WebserverMode": "gzip",