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:42:13 -0800
commit4d5bbd50c6615f5bb568e57353018d628f3a1a6e (patch)
treef500b5b21b4e11fae8437f88502efd5101b9bf80 /config
parent44db8439d866119238d3d103f03dc361d9bf17f0 (diff)
downloadchat-4d5bbd50c6615f5bb568e57353018d628f3a1a6e.tar.gz
chat-4d5bbd50c6615f5bb568e57353018d628f3a1a6e.tar.bz2
chat-4d5bbd50c6615f5bb568e57353018d628f3a1a6e.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,