summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-09-22 16:44:19 +0100
committerCorey Hulen <corey@hulen.com>2017-09-22 08:44:19 -0700
commit8bef94d250906851d924c16fc5293bbdae75cb98 (patch)
treefb48df83aee4da900ade0bb61e252a0a5b5b1344 /config
parent7d23276b0cbf4ef5cb45cb20e2dc9f5eb13b3a63 (diff)
downloadchat-8bef94d250906851d924c16fc5293bbdae75cb98.tar.gz
chat-8bef94d250906851d924c16fc5293bbdae75cb98.tar.bz2
chat-8bef94d250906851d924c16fc5293bbdae75cb98.zip
PLT-7694: Allow setting a prefix for Elasticsearch indexes. (#7500)
Diffstat (limited to 'config')
-rw-r--r--config/default.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index 9d9e438ad..34fdb97a4 100644
--- a/config/default.json
+++ b/config/default.json
@@ -314,7 +314,8 @@
"PostIndexReplicas": 1,
"PostIndexShards": 1,
"AggregatePostsAfterDays": 365,
- "PostsAggregatorJobStartTime": "03:00"
+ "PostsAggregatorJobStartTime": "03:00",
+ "IndexPrefix": ""
},
"DataRetentionSettings": {
"EnableMessageDeletion": false,