summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-06-28 19:25:39 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-06-28 19:36:41 -0700
commit2cd5f3629ff2410127a8fdc5df92fb16f52fa457 (patch)
treec31c1393e25aa141d1558268d49c5995d523ad2d /config/config.json
parentbf8511fa479e69c0985a2ff153bde953454e1bf2 (diff)
downloadchat-2cd5f3629ff2410127a8fdc5df92fb16f52fa457.tar.gz
chat-2cd5f3629ff2410127a8fdc5df92fb16f52fa457.tar.bz2
chat-2cd5f3629ff2410127a8fdc5df92fb16f52fa457.zip
Fixed typo in team domain look-up page
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.json b/config/config.json
index e38f1701a..90ec9540e 100644
--- a/config/config.json
+++ b/config/config.json
@@ -8,9 +8,9 @@
"FileLocation": ""
},
"ServiceSettings": {
- "SiteName": "Mattermost",
- "Domain": "xxxxxxmustbefilledin.com",
- "Mode" : "dev",
+ "SiteName": "Battlehouse",
+ "Domain": "battlehouse.com",
+ "Mode" : "prod",
"AllowTesting" : false,
"UseSSL": false,
"Port": "8065",