summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-03-27 12:43:27 +0100
committerenahum <nahumhbl@gmail.com>2017-03-27 08:43:27 -0300
commitb489a5bb017b835d453b0ab7de57a27afb65a03c (patch)
tree91be20ec170170a968147cf213a069f18693aef5 /config
parent01aaccb34080ede234602d1ca9acee8373b8560f (diff)
downloadchat-b489a5bb017b835d453b0ab7de57a27afb65a03c.tar.gz
chat-b489a5bb017b835d453b0ab7de57a27afb65a03c.tar.bz2
chat-b489a5bb017b835d453b0ab7de57a27afb65a03c.zip
PLT-5904 (Server): Config flag for SMTP Cert Check. (#5857)
Diffstat (limited to 'config')
-rw-r--r--config/config.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 68810e4cc..3b28ae917 100644
--- a/config/config.json
+++ b/config/config.json
@@ -132,7 +132,8 @@
"PushNotificationContents": "generic",
"EnableEmailBatching": false,
"EmailBatchingBufferSize": 256,
- "EmailBatchingInterval": 30
+ "EmailBatchingInterval": 30,
+ "SkipServerCertificateVerification": false
},
"RateLimitSettings": {
"Enable": false,
@@ -260,4 +261,4 @@
"TurnUsername": "",
"TurnSharedKey": ""
}
-} \ No newline at end of file
+}