summaryrefslogtreecommitdiffstats
path: root/config/config_docker.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config_docker.json')
-rw-r--r--config/config_docker.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/config_docker.json b/config/config_docker.json
index 470c41bb5..761f5a8e5 100644
--- a/config/config_docker.json
+++ b/config/config_docker.json
@@ -8,9 +8,9 @@
"FileLocation": ""
},
"ServiceSettings": {
- "SiteName": "",
+ "SiteName": "Mattermost Preview",
"Domain": "",
- "Mode" : "dev",
+ "Mode" : "prod",
"AllowTesting" : false,
"UseSSL": false,
"Port": "80",
@@ -56,7 +56,8 @@
"EmailSettings": {
"SMTPUsername": "",
"SMTPPassword": "",
- "SMTPServer": "",
+ "SMTPServer": "localhost:25",
+ "UseTLS": false,
"FeedbackEmail": "feedback@mattermost.com",
"FeedbackName": "",
"ApplePushServer": "",