summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.json b/config/config.json
index eeb75d0c1..fb325248d 100644
--- a/config/config.json
+++ b/config/config.json
@@ -5,9 +5,9 @@
"SegmentDeveloperKey": "",
"GoogleDeveloperKey": "",
"EnableOAuthServiceProvider": false,
- "EnableIncomingWebhooks": false,
- "EnableOutgoingWebhooks": false,
- "EnableCommands": false,
+ "EnableIncomingWebhooks": true,
+ "EnableOutgoingWebhooks": true,
+ "EnableCommands": true,
"EnableOnlyAdminIntegrations": true,
"EnablePostUsernameOverride": false,
"EnablePostIconOverride": false,
@@ -24,7 +24,7 @@
"WebsocketSecurePort": 443,
"WebsocketPort": 80,
"WebserverMode": "regular",
- "EnableCustomEmoji": true,
+ "EnableCustomEmoji": false,
"RestrictCustomEmojiCreation": "all"
},
"TeamSettings": {