summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-06-17 08:39:33 -0400
committerChristopher Speller <crspeller@gmail.com>2015-06-17 08:39:33 -0400
commit45f166cc56ff6383d78062ce78ecb6782934416c (patch)
treeecde392adc71c0d72a99de34bbff91d10f4c6c6b /config/config.json
parenta1c1ab4d00ff499def42c469eac9cf29f567bce6 (diff)
downloadchat-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.json4
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": "",