summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-05 08:46:23 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-05 08:46:23 -0400
commit2a23d90ca6528ffaaf38365d549682de0613e922 (patch)
tree593cfe75817e7dbadc2183b969417ca5ee7408c2 /config
parent11903a38341eb55bb4c6f26ea141eccb90beabe2 (diff)
downloadchat-2a23d90ca6528ffaaf38365d549682de0613e922.tar.gz
chat-2a23d90ca6528ffaaf38365d549682de0613e922.tar.bz2
chat-2a23d90ca6528ffaaf38365d549682de0613e922.zip
Add config options for overriding username and icon, and add BOT indicator next to webhook posts.
Diffstat (limited to 'config')
-rw-r--r--config/config.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 38acee85a..101b8ebcb 100644
--- a/config/config.json
+++ b/config/config.json
@@ -6,6 +6,8 @@
"GoogleDeveloperKey": "",
"EnableOAuthServiceProvider": false,
"EnableIncomingWebhooks": true,
+ "EnablePostUsernameOverride": false,
+ "EnablePostIconOverride": false,
"EnableTesting": false
},
"TeamSettings": {
@@ -86,4 +88,4 @@
"TokenEndpoint": "",
"UserApiEndpoint": ""
}
-} \ No newline at end of file
+}