summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-06-17 09:06:13 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-06-17 09:06:13 -0700
commit75d2f4082d1f2048348717d7c6d5654898fe5de7 (patch)
tree4ef68bc4866d88ef986b67ebfaf195117cb68df2 /config/config.json
parent2f7ffe1e7ed60609cf52bc1b568bd8ae2eede21c (diff)
parent2ec91fa5e6dff2881ff49ee619a06f4f1bf3f147 (diff)
downloadchat-75d2f4082d1f2048348717d7c6d5654898fe5de7.tar.gz
chat-75d2f4082d1f2048348717d7c6d5654898fe5de7.tar.bz2
chat-75d2f4082d1f2048348717d7c6d5654898fe5de7.zip
Merge pull request #4 from rgarmsen2295/master
Sanity check
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": "",