summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json
index 081616da8..8112331b8 100644
--- a/config/config.json
+++ b/config/config.json
@@ -46,6 +46,14 @@
"EnableUserStatuses": true,
"ClusterLogTimeoutMilliseconds": 2000
},
+ "ElasticSearchSettings": {
+ "ConnectionUrl": "http://dockerhost:9200",
+ "Username": "elastic",
+ "Password": "changeme",
+ "EnableIndexing": false,
+ "EnableSearching": false,
+ "Sniff": true
+ },
"TeamSettings": {
"SiteName": "Mattermost",
"MaxUsersPerTeam": 50,