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.json14
1 files changed, 3 insertions, 11 deletions
diff --git a/config/config_docker.json b/config/config_docker.json
index 85f0d9c73..9be837072 100644
--- a/config/config_docker.json
+++ b/config/config_docker.json
@@ -9,7 +9,6 @@
},
"ServiceSettings": {
"SiteName": "Mattermost",
- "Domain": "",
"Mode" : "dev",
"AllowTesting" : false,
"UseSSL": false,
@@ -31,19 +30,11 @@
"Trace": false,
"AtRestEncryptKey": "Ya0xMrybACJ3sZZVWQC7e31h5nSDWZFS"
},
- "RedisSettings": {
- "DataSource": "localhost:6379",
- "MaxOpenConns": 1000
- },
"AWSSettings": {
"S3AccessKeyId": "",
"S3SecretAccessKey": "",
"S3Bucket": "",
- "S3Region": "",
- "Route53AccessKeyId": "",
- "Route53SecretAccessKey": "",
- "Route53ZoneId": "",
- "Route53Region": ""
+ "S3Region": ""
},
"ImageSettings": {
"ThumbnailWidth": 200,
@@ -54,9 +45,10 @@
"ProfileHeight": 128
},
"EmailSettings": {
+ "ByPassEmail" : true,
"SMTPUsername": "",
"SMTPPassword": "",
- "SMTPServer": "localhost:25",
+ "SMTPServer": "",
"UseTLS": false,
"FeedbackEmail": "",
"FeedbackName": "",