summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-11-15 18:27:30 -0800
committer=Corey Hulen <corey@hulen.com>2015-11-15 18:27:30 -0800
commitcc32d462c4111950bbbfefe6e40c673cc5dc4705 (patch)
tree36c8ebd4bc794d645c814faa03273b16cc33a83a /config
parentcd82de18f5c47f1dcc0e6e31af9d17c1ff0b1136 (diff)
downloadchat-cc32d462c4111950bbbfefe6e40c673cc5dc4705.tar.gz
chat-cc32d462c4111950bbbfefe6e40c673cc5dc4705.tar.bz2
chat-cc32d462c4111950bbbfefe6e40c673cc5dc4705.zip
Fixing outgoing hook
Diffstat (limited to 'config')
-rw-r--r--config/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index a927620b5..932bed8a2 100644
--- a/config/config.json
+++ b/config/config.json
@@ -5,8 +5,8 @@
"SegmentDeveloperKey": "",
"GoogleDeveloperKey": "",
"EnableOAuthServiceProvider": false,
- "EnableIncomingWebhooks": true,
- "EnableOutgoingWebhooks": true,
+ "EnableIncomingWebhooks": false,
+ "EnableOutgoingWebhooks": false,
"EnablePostUsernameOverride": false,
"EnablePostIconOverride": false,
"EnableTesting": false,