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": {
|
"SupportSettings": {
|
||||||
"TermsOfServiceLink": "https://mattermost.com/terms-of-service/",
|
"TermsOfServiceLink": "https://mattermost.com/terms-of-service/",
|
||||||
"PrivacyPolicyLink": "https://mattermost.com/privacy-policy/",
|
"PrivacyPolicyLink": "https://mattermost.com/privacy-policy/",
|
||||||
"AboutLink": "https://docs.mattermost.com/overview/product.html",
|
"AboutLink": "https://about.mattermost.com/default-about/",
|
||||||
"HelpLink": "https://academy.mattermost.com/",
|
"HelpLink": "https://about.mattermost.com/default-help/",
|
||||||
"ReportAProblemLink": "https://about.mattermost.com/default-report-a-problem/",
|
"ReportAProblemLink": "https://about.mattermost.com/default-report-a-problem/",
|
||||||
"SupportEmail": "",
|
"SupportEmail": "",
|
||||||
"CustomTermsOfServiceEnabled": false,
|
"CustomTermsOfServiceEnabled": false,
|
||||||
|
@ -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": [],
|
||||||
|
@ -581,10 +583,9 @@
|
||||||
"CollapsedThreads": true,
|
"CollapsedThreads": true,
|
||||||
"EnableRemoteClusterService": false,
|
"EnableRemoteClusterService": false,
|
||||||
"AppsEnabled": false,
|
"AppsEnabled": false,
|
||||||
"PluginIncidentManagement": "1.14.3",
|
"PluginIncidentManagement": "1.16.0",
|
||||||
"PluginApps": "",
|
"PluginApps": "",
|
||||||
"PluginFocalboard": "",
|
"PluginFocalboard": "",
|
||||||
"CustomDataRetentionEnabled": false,
|
|
||||||
"TimedDND": false
|
"TimedDND": false
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue