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
447bc950af
commit
ef6195c46f
1 changed files with 4 additions and 5 deletions
|
@ -59,8 +59,6 @@
|
||||||
"WebsocketPort": 80,
|
"WebsocketPort": 80,
|
||||||
"WebserverMode": "gzip",
|
"WebserverMode": "gzip",
|
||||||
"EnableGifPicker": true,
|
"EnableGifPicker": true,
|
||||||
"GfycatAPIKey": "2_KtH_W5",
|
|
||||||
"GfycatAPISecret": "3wLVZPiswc3DnaiaFoLkDvB4X0IV6CpMkj4tf2inJRsBY6-FnkT08zGmppWFgeof",
|
|
||||||
"GiphySdkKey": "",
|
"GiphySdkKey": "",
|
||||||
"EnableCustomEmoji": true,
|
"EnableCustomEmoji": true,
|
||||||
"EnableEmojiPicker": true,
|
"EnableEmojiPicker": true,
|
||||||
|
@ -172,7 +170,8 @@
|
||||||
"VerboseDiagnostics": false,
|
"VerboseDiagnostics": false,
|
||||||
"EnableSentry": true,
|
"EnableSentry": true,
|
||||||
"AdvancedLoggingJSON": {},
|
"AdvancedLoggingJSON": {},
|
||||||
"AdvancedLoggingConfig": ""
|
"AdvancedLoggingConfig": "",
|
||||||
|
"MaxFieldSize": 2048
|
||||||
},
|
},
|
||||||
"ExperimentalAuditSettings": {
|
"ExperimentalAuditSettings": {
|
||||||
"FileEnabled": false,
|
"FileEnabled": false,
|
||||||
|
@ -541,7 +540,8 @@
|
||||||
"BoardsRetentionDays": 365,
|
"BoardsRetentionDays": 365,
|
||||||
"DeletionJobStartTime": "02:00",
|
"DeletionJobStartTime": "02:00",
|
||||||
"BatchSize": 3000,
|
"BatchSize": 3000,
|
||||||
"TimeBetweenBatchesMilliseconds": 100
|
"TimeBetweenBatchesMilliseconds": 100,
|
||||||
|
"RetentionIdsBatchSize": 100
|
||||||
},
|
},
|
||||||
"MessageExportSettings": {
|
"MessageExportSettings": {
|
||||||
"EnableExport": false,
|
"EnableExport": false,
|
||||||
|
@ -630,7 +630,6 @@
|
||||||
"DeprecateCloudFree": false,
|
"DeprecateCloudFree": false,
|
||||||
"CloudReverseTrial": false,
|
"CloudReverseTrial": false,
|
||||||
"EnableExportDirectDownload": false,
|
"EnableExportDirectDownload": false,
|
||||||
"DataRetentionConcurrencyEnabled": true,
|
|
||||||
"StreamlinedMarketplace": true
|
"StreamlinedMarketplace": true
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue