diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.json | 2 | ||||
-rw-r--r-- | config/config_docker.json | 2 |
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, |