diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-06-16 19:46:56 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-06-16 19:46:56 -0400 |
commit | 00f709b3f85d6dec69e3e59e0154a6953994d1ea (patch) | |
tree | f326e46e0b1dec367fdec756f95c4546dad73b3d /config/config.json | |
parent | d2926d316df2fb8b48173225ce67025865c9ad52 (diff) | |
download | chat-00f709b3f85d6dec69e3e59e0154a6953994d1ea.tar.gz chat-00f709b3f85d6dec69e3e59e0154a6953994d1ea.tar.bz2 chat-00f709b3f85d6dec69e3e59e0154a6953994d1ea.zip |
Using config.json instead of config_docker.json for docker. Note, this will break local dev builds.
Diffstat (limited to 'config/config.json')
-rw-r--r-- | config/config.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/config.json b/config/config.json index c75f2f15a..5bd66e8be 100644 --- a/config/config.json +++ b/config/config.json @@ -8,12 +8,12 @@ "FileLocation": "" }, "ServiceSettings": { - "SiteName": "XXXXXXMustBeFilledIn", - "Domain": "xxxxxxmustbefilledin.com", - "Mode" : "dev", + "SiteName": "Mattermost Preview", + "Domain": "", + "Mode" : "prod", "AllowTesting" : false, "UseSSL": false, - "Port": "8065", + "Port": "80", "Version": "developer", "Shards": { }, @@ -56,8 +56,8 @@ "EmailSettings": { "SMTPUsername": "", "SMTPPassword": "", - "SMTPServer": "", - "UseTLS": true, + "SMTPServer": "localhost:25", + "UseTLS": false, "FeedbackEmail": "feedback@xxxxxxmustbefilledin.com", "FeedbackName": "", "ApplePushServer": "", |