mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #281 from YunoHost-Apps/Update-config.json
This commit is contained in:
commit
e54ac05152
1 changed files with 4 additions and 3 deletions
|
@ -513,7 +513,8 @@
|
||||||
"EnableFileDeletion": false,
|
"EnableFileDeletion": false,
|
||||||
"MessageRetentionDays": 365,
|
"MessageRetentionDays": 365,
|
||||||
"FileRetentionDays": 365,
|
"FileRetentionDays": 365,
|
||||||
"DeletionJobStartTime": "02:00"
|
"DeletionJobStartTime": "02:00",
|
||||||
|
"BatchSize": 3000
|
||||||
},
|
},
|
||||||
"MessageExportSettings": {
|
"MessageExportSettings": {
|
||||||
"EnableExport": false,
|
"EnableExport": false,
|
||||||
|
@ -552,7 +553,8 @@
|
||||||
"AutomaticPrepackagedPlugins": true,
|
"AutomaticPrepackagedPlugins": true,
|
||||||
"RequirePluginSignature": false,
|
"RequirePluginSignature": false,
|
||||||
"MarketplaceUrl": "https://api.integrations.mattermost.com",
|
"MarketplaceUrl": "https://api.integrations.mattermost.com",
|
||||||
"SignaturePublicKeyFiles": []
|
"SignaturePublicKeyFiles": [],
|
||||||
|
"ChimeraOAuthProxyUrl": ""
|
||||||
},
|
},
|
||||||
"DisplaySettings": {
|
"DisplaySettings": {
|
||||||
"CustomUrlSchemes": [],
|
"CustomUrlSchemes": [],
|
||||||
|
@ -584,7 +586,6 @@
|
||||||
"PluginIncidentManagement": "1.14.3",
|
"PluginIncidentManagement": "1.14.3",
|
||||||
"PluginApps": "",
|
"PluginApps": "",
|
||||||
"PluginFocalboard": "",
|
"PluginFocalboard": "",
|
||||||
"CustomDataRetentionEnabled": false,
|
|
||||||
"TimedDND": false
|
"TimedDND": false
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue