Fixing config file
Этот коммит содержится в:
@@ -10,7 +10,12 @@
|
|||||||
"EnablePostUsernameOverride": false,
|
"EnablePostUsernameOverride": false,
|
||||||
"EnablePostIconOverride": false,
|
"EnablePostIconOverride": false,
|
||||||
"EnableTesting": false,
|
"EnableTesting": false,
|
||||||
"EnableSecurityFixAlert": true
|
"EnableDeveloper": false,
|
||||||
|
"EnableSecurityFixAlert": true,
|
||||||
|
"SessionLengthWebInDays" : 30,
|
||||||
|
"SessionLengthMobileInDays" : 30,
|
||||||
|
"SessionLengthSSOInDays" : 30,
|
||||||
|
"SessionCacheInMinutes" : 10
|
||||||
},
|
},
|
||||||
"TeamSettings": {
|
"TeamSettings": {
|
||||||
"SiteName": "Mattermost",
|
"SiteName": "Mattermost",
|
||||||
@@ -53,7 +58,11 @@
|
|||||||
"AmazonS3AccessKeyId": "",
|
"AmazonS3AccessKeyId": "",
|
||||||
"AmazonS3SecretAccessKey": "",
|
"AmazonS3SecretAccessKey": "",
|
||||||
"AmazonS3Bucket": "",
|
"AmazonS3Bucket": "",
|
||||||
"AmazonS3Region": ""
|
"AmazonS3Region": "",
|
||||||
|
"AmazonS3Endpoint": "",
|
||||||
|
"AmazonS3BucketEndpoint": "",
|
||||||
|
"AmazonS3LocationConstraint": false,
|
||||||
|
"AmazonS3LowercaseBucket": false
|
||||||
},
|
},
|
||||||
"EmailSettings": {
|
"EmailSettings": {
|
||||||
"EnableSignUpWithEmail": true,
|
"EnableSignUpWithEmail": true,
|
||||||
@@ -82,6 +91,14 @@
|
|||||||
"ShowEmailAddress": true,
|
"ShowEmailAddress": true,
|
||||||
"ShowFullName": 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": {
|
"GitLabSettings": {
|
||||||
"Enable": false,
|
"Enable": false,
|
||||||
"Secret": "",
|
"Secret": "",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user