Fixing config file
Этот коммит содержится в:
@@ -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": "",
|
||||
|
||||
Ссылка в новой задаче
Block a user