summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2018-07-03 05:26:08 -0400
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-07-03 11:26:08 +0200
commit8821fee6c270042dcd4346801ceb0e8d828ed733 (patch)
treedac1f2b1ff773e28cbba1e23569803e492d0245e /config
parent4ccb8b7cff7e23b8b3dc21b80b1317f2104307f7 (diff)
downloadchat-8821fee6c270042dcd4346801ceb0e8d828ed733.tar.gz
chat-8821fee6c270042dcd4346801ceb0e8d828ed733.tar.bz2
chat-8821fee6c270042dcd4346801ceb0e8d828ed733.zip
Disable Gfycat by default during Beta and move default keys to server (#9027)
* Update default.json * Update diagnostics.go * Added default Gfycat API credentials to server * Fixed default Gfycat credentials
Diffstat (limited to 'config')
-rw-r--r--config/default.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/default.json b/config/default.json
index 6e4f6d1eb..2bfef25cf 100644
--- a/config/default.json
+++ b/config/default.json
@@ -44,9 +44,9 @@
"WebserverMode": "gzip",
"EnableCustomEmoji": false,
"EnableEmojiPicker": true,
- "EnableGifPicker": true,
- "GfycatApiKey": "",
- "GfycatApiSecret": "",
+ "EnableGifPicker": false,
+ "GfycatApiKey": "2_KtH_W5",
+ "GfycatApiSecret": "3wLVZPiswc3DnaiaFoLkDvB4X0IV6CpMkj4tf2inJRsBY6-FnkT08zGmppWFgeof",
"RestrictCustomEmojiCreation": "all",
"RestrictPostDelete": "all",
"AllowEditPost": "always",