summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-02-05 12:40:32 -0500
committerJoramWilander <jwawilander@gmail.com>2016-02-05 12:40:32 -0500
commit9f5f18a93a6db2b9c1089862fb68c2ee33e634ca (patch)
tree67f66a9bcfda2ad1d87ae238b47f8be6531522b2 /config
parent8c505e7b5cb8138e53b71ed7e0465665654a596b (diff)
downloadchat-9f5f18a93a6db2b9c1089862fb68c2ee33e634ca.tar.gz
chat-9f5f18a93a6db2b9c1089862fb68c2ee33e634ca.tar.bz2
chat-9f5f18a93a6db2b9c1089862fb68c2ee33e634ca.zip
Make insecure TLS connections configurable
Diffstat (limited to 'config')
-rw-r--r--config/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 5ed05fecd..2795546f8 100644
--- a/config/config.json
+++ b/config/config.json
@@ -14,6 +14,7 @@
"EnableTesting": false,
"EnableDeveloper": false,
"EnableSecurityFixAlert": true,
+ "EnableInsecureOutgoingConnections": false,
"SessionLengthWebInDays": 30,
"SessionLengthMobileInDays": 30,
"SessionLengthSSOInDays": 30,
@@ -112,4 +113,4 @@
"TokenEndpoint": "",
"UserApiEndpoint": ""
}
-} \ No newline at end of file
+}