summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-23 10:05:44 -0800
committerCorey Hulen <corey@hulen.com>2015-06-23 10:05:44 -0800
commitbd56aef5ce7b1c8e6c4854a12f447ab485696210 (patch)
tree4df49f1a7182f5d7a2babe20bf5ed4238fb29092 /config
parent705d0e9342ba3d52a1402a6cd00b1e409d2fa502 (diff)
parent6512f3adb4d3b958cdd59debf056f92c85b25a35 (diff)
downloadchat-bd56aef5ce7b1c8e6c4854a12f447ab485696210.tar.gz
chat-bd56aef5ce7b1c8e6c4854a12f447ab485696210.tar.bz2
chat-bd56aef5ce7b1c8e6c4854a12f447ab485696210.zip
Merge pull request #54 from asaadmahmoodspin/master
MM-1339 - Updating Ui for sign up page
Diffstat (limited to 'config')
-rw-r--r--config/config.json2
-rw-r--r--config/config_docker.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 82e40a1c5..c0c236735 100644
--- a/config/config.json
+++ b/config/config.json
@@ -8,7 +8,7 @@
"FileLocation": ""
},
"ServiceSettings": {
- "SiteName": "Mattermost Preview",
+ "SiteName": "Mattermost",
"Domain": "xxxxxxmustbefilledin.com",
"Mode" : "dev",
"AllowTesting" : false,
diff --git a/config/config_docker.json b/config/config_docker.json
index a90722a1d..6936f619a 100644
--- a/config/config_docker.json
+++ b/config/config_docker.json
@@ -8,7 +8,7 @@
"FileLocation": ""
},
"ServiceSettings": {
- "SiteName": "Mattermost Preview",
+ "SiteName": "Mattermost",
"Domain": "",
"Mode" : "prod",
"AllowTesting" : false,