summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-12 16:42:31 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-12 16:42:31 -0600
commitd36af55d57cbfa09c1381f6a0e957ec446b4ced3 (patch)
treebd7a00d90e6224b0b7640fa445fc061e3b8cbf00 /docker
parent837de1e0c871342a9c87d04ec08636f0847f5bc7 (diff)
downloadchat-d36af55d57cbfa09c1381f6a0e957ec446b4ced3.tar.gz
chat-d36af55d57cbfa09c1381f6a0e957ec446b4ced3.tar.bz2
chat-d36af55d57cbfa09c1381f6a0e957ec446b4ced3.zip
Fixing config file
Diffstat (limited to 'docker')
-rw-r--r--docker/1.4/config_docker.json21
1 files changed, 19 insertions, 2 deletions
diff --git a/docker/1.4/config_docker.json b/docker/1.4/config_docker.json
index a35abb9da..1aa2ee843 100644
--- a/docker/1.4/config_docker.json
+++ b/docker/1.4/config_docker.json
@@ -10,7 +10,12 @@
"EnablePostUsernameOverride": false,
"EnablePostIconOverride": false,
"EnableTesting": false,
- "EnableSecurityFixAlert": true
+ "EnableDeveloper": false,
+ "EnableSecurityFixAlert": true,
+ "SessionLengthWebInDays" : 30,
+ "SessionLengthMobileInDays" : 30,
+ "SessionLengthSSOInDays" : 30,
+ "SessionCacheInMinutes" : 10
},
"TeamSettings": {
"SiteName": "Mattermost",
@@ -53,7 +58,11 @@
"AmazonS3AccessKeyId": "",
"AmazonS3SecretAccessKey": "",
"AmazonS3Bucket": "",
- "AmazonS3Region": ""
+ "AmazonS3Region": "",
+ "AmazonS3Endpoint": "",
+ "AmazonS3BucketEndpoint": "",
+ "AmazonS3LocationConstraint": false,
+ "AmazonS3LowercaseBucket": false
},
"EmailSettings": {
"EnableSignUpWithEmail": true,
@@ -82,6 +91,14 @@
"ShowEmailAddress": true,
"ShowFullName": true
},
+ "SupportSettings": {
+ "TermsOfServiceLink": "/static/help/terms.html",
+ "PrivacyPolicyLink": "/static/help/privacy.html",
+ "AboutLink": "/static/help/about.html",
+ "HelpLink": "/static/help/help.html",
+ "ReportAProblemLink": "/static/help/report_problem.html",
+ "SupportEmail": "feedback@mattermost.com"
+ },
"GitLabSettings": {
"Enable": false,
"Secret": "",