summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-07-27 08:48:02 +0100
committerGitHub <noreply@github.com>2017-07-27 08:48:02 +0100
commitff0a7905166e29ecf9404fa90d23af7863885384 (patch)
treeedb8f060e2e083cdb55ed4c0d464ac44b7112242 /config
parent244b15ea5b7039ecca1614140cbcf62ba3379184 (diff)
downloadchat-ff0a7905166e29ecf9404fa90d23af7863885384.tar.gz
chat-ff0a7905166e29ecf9404fa90d23af7863885384.tar.bz2
chat-ff0a7905166e29ecf9404fa90d23af7863885384.zip
PLT-7040: Fix capitalisation of Elasticsearch in Config. (#7020)
Diffstat (limited to 'config')
-rw-r--r--config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 6bcae680c..35747cefd 100644
--- a/config/config.json
+++ b/config/config.json
@@ -50,7 +50,7 @@
"EnableChannelViewedMessages": true,
"ClusterLogTimeoutMilliseconds": 2000
},
- "ElasticSearchSettings": {
+ "ElasticsearchSettings": {
"ConnectionUrl": "http://dockerhost:9200",
"Username": "elastic",
"Password": "changeme",