Skip to content

Commit

Permalink
Fixing config file
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen committed Jan 12, 2016
1 parent 837de1e commit d36af55
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions docker/1.4/config_docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -53,7 +58,11 @@
"AmazonS3AccessKeyId": "",
"AmazonS3SecretAccessKey": "",
"AmazonS3Bucket": "",
"AmazonS3Region": ""
"AmazonS3Region": "",
"AmazonS3Endpoint": "",
"AmazonS3BucketEndpoint": "",
"AmazonS3LocationConstraint": false,
"AmazonS3LowercaseBucket": false
},
"EmailSettings": {
"EnableSignUpWithEmail": true,
Expand Down Expand Up @@ -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": "[email protected]"
},
"GitLabSettings": {
"Enable": false,
"Secret": "",
Expand Down

0 comments on commit d36af55

Please sign in to comment.