summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json
index fdb8fd755..9b9bcb670 100644
--- a/config/config.json
+++ b/config/config.json
@@ -211,5 +211,10 @@
"AppDownloadLink": "https://about.mattermost.com/downloads/",
"AndroidAppDownloadLink": "https://about.mattermost.com/mattermost-android-app/",
"IosAppDownloadLink": "https://about.mattermost.com/mattermost-ios-app/"
+ },
+ "ClusterSettings": {
+ "Enable": false,
+ "InterNodeListenAddress": ":8075",
+ "InterNodeUrls": []
}
}