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
f8589544d5
commit
53b5068fa9
1 changed files with 7 additions and 6 deletions
|
@ -274,8 +274,8 @@
|
|||
"SupportSettings": {
|
||||
"TermsOfServiceLink": "https://mattermost.com/terms-of-service/",
|
||||
"PrivacyPolicyLink": "https://mattermost.com/privacy-policy/",
|
||||
"AboutLink": "https://docs.mattermost.com/overview/product.html",
|
||||
"HelpLink": "https://academy.mattermost.com/",
|
||||
"AboutLink": "https://about.mattermost.com/default-about/",
|
||||
"HelpLink": "https://about.mattermost.com/default-help/",
|
||||
"ReportAProblemLink": "https://about.mattermost.com/default-report-a-problem/",
|
||||
"SupportEmail": "",
|
||||
"CustomTermsOfServiceEnabled": false,
|
||||
|
@ -513,7 +513,8 @@
|
|||
"EnableFileDeletion": false,
|
||||
"MessageRetentionDays": 365,
|
||||
"FileRetentionDays": 365,
|
||||
"DeletionJobStartTime": "02:00"
|
||||
"DeletionJobStartTime": "02:00",
|
||||
"BatchSize": 3000
|
||||
},
|
||||
"MessageExportSettings": {
|
||||
"EnableExport": false,
|
||||
|
@ -552,7 +553,8 @@
|
|||
"AutomaticPrepackagedPlugins": true,
|
||||
"RequirePluginSignature": false,
|
||||
"MarketplaceUrl": "https://api.integrations.mattermost.com",
|
||||
"SignaturePublicKeyFiles": []
|
||||
"SignaturePublicKeyFiles": [],
|
||||
"ChimeraOAuthProxyUrl": ""
|
||||
},
|
||||
"DisplaySettings": {
|
||||
"CustomUrlSchemes": [],
|
||||
|
@ -581,10 +583,9 @@
|
|||
"CollapsedThreads": true,
|
||||
"EnableRemoteClusterService": false,
|
||||
"AppsEnabled": false,
|
||||
"PluginIncidentManagement": "1.14.3",
|
||||
"PluginIncidentManagement": "1.16.0",
|
||||
"PluginApps": "",
|
||||
"PluginFocalboard": "",
|
||||
"CustomDataRetentionEnabled": false,
|
||||
"TimedDND": false
|
||||
},
|
||||
"ImportSettings": {
|
||||
|
|
Loading…
Add table
Reference in a new issue