mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Update config.json
This commit is contained in:
parent
45e8e6d347
commit
b459db510c
1 changed files with 22 additions and 11 deletions
|
@ -61,6 +61,7 @@
|
|||
"EnableGifPicker": true,
|
||||
"GfycatAPIKey": "2_KtH_W5",
|
||||
"GfycatAPISecret": "3wLVZPiswc3DnaiaFoLkDvB4X0IV6CpMkj4tf2inJRsBY6-FnkT08zGmppWFgeof",
|
||||
"GiphySdkKey": "",
|
||||
"EnableCustomEmoji": true,
|
||||
"EnableEmojiPicker": true,
|
||||
"PostEditTimeLimit": -1,
|
||||
|
@ -112,6 +113,7 @@
|
|||
"TeamSettings": {
|
||||
"SiteName": "Mattermost",
|
||||
"MaxUsersPerTeam": 50,
|
||||
"EnableJoinLeaveMessageByDefault": true,
|
||||
"EnableUserCreation": true,
|
||||
"EnableOpenServer": false,
|
||||
"EnableUserDeactivation": false,
|
||||
|
@ -227,7 +229,22 @@
|
|||
"AmazonS3SignV2": false,
|
||||
"AmazonS3SSE": false,
|
||||
"AmazonS3Trace": false,
|
||||
"AmazonS3RequestTimeoutMilliseconds": 30000
|
||||
"AmazonS3RequestTimeoutMilliseconds": 30000,
|
||||
"DedicatedExportStore": false,
|
||||
"ExportDriverName": "local",
|
||||
"ExportDirectory": "./data/",
|
||||
"ExportAmazonS3AccessKeyId": "",
|
||||
"ExportAmazonS3SecretAccessKey": "",
|
||||
"ExportAmazonS3Bucket": "",
|
||||
"ExportAmazonS3PathPrefix": "",
|
||||
"ExportAmazonS3Region": "",
|
||||
"ExportAmazonS3Endpoint": "s3.amazonaws.com",
|
||||
"ExportAmazonS3SSL": true,
|
||||
"ExportAmazonS3SignV2": false,
|
||||
"ExportAmazonS3SSE": false,
|
||||
"ExportAmazonS3Trace": false,
|
||||
"ExportAmazonS3RequestTimeoutMilliseconds": 30000,
|
||||
"ExportAmazonS3PresignExpiresSeconds": 21600
|
||||
},
|
||||
"EmailSettings": {
|
||||
"EnableSignUpWithEmail": true,
|
||||
|
@ -577,6 +594,7 @@
|
|||
},
|
||||
"DisplaySettings": {
|
||||
"CustomURLSchemes": [],
|
||||
"MaxMarkdownNodes": 0,
|
||||
"ExperimentalTimezone": true
|
||||
},
|
||||
"GuestAccountsSettings": {
|
||||
|
@ -602,25 +620,18 @@
|
|||
"TestBoolFeature": false,
|
||||
"EnableRemoteClusterService": false,
|
||||
"AppsEnabled": true,
|
||||
"PluginPlaybooks": "",
|
||||
"PluginApps": "",
|
||||
"PluginFocalboard": "",
|
||||
"PluginCalls": "",
|
||||
"PermalinkPreviews": false,
|
||||
"CallsEnabled": true,
|
||||
"BoardsFeatureFlags": "",
|
||||
"BoardsDataRetention": false,
|
||||
"NormalizeLdapDNs": false,
|
||||
"GraphQL": false,
|
||||
"InsightsEnabled": false,
|
||||
"CommandPalette": false,
|
||||
"PostPriority": false,
|
||||
"WysiwygEditor": false,
|
||||
"PeopleProduct": false,
|
||||
"OnboardingTourTips": true,
|
||||
"DeprecateCloudFree": false,
|
||||
"CloudReverseTrial": false,
|
||||
"DataRetentionConcurrencyEnabled": true
|
||||
"EnableExportDirectDownload": false,
|
||||
"DataRetentionConcurrencyEnabled": true,
|
||||
"StreamlinedMarketplace": true
|
||||
},
|
||||
"ImportSettings": {
|
||||
"Directory": "./import",
|
||||
|
|
Loading…
Add table
Reference in a new issue