summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-06-17 07:54:30 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-06-17 07:54:30 -0700
commit919e98d00e21bb46aeaaea7be0b7ecb60e665e91 (patch)
tree53695dad5ce049bba1ec4d703fd20e80f5949169 /config/config.json
parent5096e5a7b94d3dfcbf64ed3c643b0971a3775341 (diff)
parente7772f5dff2f4ca24d484a10e7e6649c79098af9 (diff)
downloadchat-919e98d00e21bb46aeaaea7be0b7ecb60e665e91.tar.gz
chat-919e98d00e21bb46aeaaea7be0b7ecb60e665e91.tar.bz2
chat-919e98d00e21bb46aeaaea7be0b7ecb60e665e91.zip
Merge pull request #3 from mattermost/master
to me
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/config.json b/config/config.json
index a6c79efac..3d2c26716 100644
--- a/config/config.json
+++ b/config/config.json
@@ -8,8 +8,8 @@
"FileLocation": ""
},
"ServiceSettings": {
- "SiteName": "XXXXXXMustBeFilledIn",
- "Domain": "xxxxxxmustbefilledin.com",
+ "SiteName": "Mattermost Preview",
+ "Domain": "",
"Mode" : "dev",
"AllowTesting" : false,
"UseSSL": false,
@@ -56,7 +56,8 @@
"EmailSettings": {
"SMTPUsername": "",
"SMTPPassword": "",
- "SMTPServer": "",
+ "SMTPServer": "localhost:25",
+ "UseTLS": false,
"FeedbackEmail": "feedback@xxxxxxmustbefilledin.com",
"FeedbackName": "",
"ApplePushServer": "",