diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-06-17 08:39:33 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-06-17 08:39:33 -0400 |
commit | 45f166cc56ff6383d78062ce78ecb6782934416c (patch) | |
tree | ecde392adc71c0d72a99de34bbff91d10f4c6c6b /config/config.json | |
parent | a1c1ab4d00ff499def42c469eac9cf29f567bce6 (diff) | |
download | chat-45f166cc56ff6383d78062ce78ecb6782934416c.tar.gz chat-45f166cc56ff6383d78062ce78ecb6782934416c.tar.bz2 chat-45f166cc56ff6383d78062ce78ecb6782934416c.zip |
Resurrecting config_docker.json. Moving docker related files to docker directory. Added copyright info.
Diffstat (limited to 'config/config.json')
-rw-r--r-- | config/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json index 3d2c26716..1b844c259 100644 --- a/config/config.json +++ b/config/config.json @@ -9,7 +9,7 @@ }, "ServiceSettings": { "SiteName": "Mattermost Preview", - "Domain": "", + "Domain": "xxxxxxmustbefilledin.com", "Mode" : "dev", "AllowTesting" : false, "UseSSL": false, @@ -56,7 +56,7 @@ "EmailSettings": { "SMTPUsername": "", "SMTPPassword": "", - "SMTPServer": "localhost:25", + "SMTPServer": "", "UseTLS": false, "FeedbackEmail": "feedback@xxxxxxmustbefilledin.com", "FeedbackName": "", |