mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
upgrade config to upstream
This commit is contained in:
parent
de0d6fcb25
commit
ff430969d6
1 changed files with 8 additions and 3 deletions
|
@ -79,6 +79,7 @@
|
||||||
"ExperimentalEnableDefaultChannelLeaveJoinMessages": true,
|
"ExperimentalEnableDefaultChannelLeaveJoinMessages": true,
|
||||||
"ExperimentalGroupUnreadChannels": "disabled",
|
"ExperimentalGroupUnreadChannels": "disabled",
|
||||||
"EnableAPITeamDeletion": false,
|
"EnableAPITeamDeletion": false,
|
||||||
|
"EnableAPITriggerAdminNotifications": false,
|
||||||
"EnableAPIUserDeletion": false,
|
"EnableAPIUserDeletion": false,
|
||||||
"ExperimentalEnableHardenedMode": false,
|
"ExperimentalEnableHardenedMode": false,
|
||||||
"ExperimentalStrictCSRFEnforcement": false,
|
"ExperimentalStrictCSRFEnforcement": false,
|
||||||
|
@ -88,6 +89,7 @@
|
||||||
"EnableSVGs": false,
|
"EnableSVGs": false,
|
||||||
"EnableLatex": false,
|
"EnableLatex": false,
|
||||||
"EnableInlineLatex": true,
|
"EnableInlineLatex": true,
|
||||||
|
"PostPriority": false,
|
||||||
"EnableAPIChannelDeletion": false,
|
"EnableAPIChannelDeletion": false,
|
||||||
"EnableLocalMode": true,
|
"EnableLocalMode": true,
|
||||||
"LocalModeSocketLocation": "/var/run/__APP__/mattermost_local.socket",
|
"LocalModeSocketLocation": "/var/run/__APP__/mattermost_local.socket",
|
||||||
|
@ -112,6 +114,7 @@
|
||||||
"CustomBrandText": "",
|
"CustomBrandText": "",
|
||||||
"CustomDescriptionText": "",
|
"CustomDescriptionText": "",
|
||||||
"RestrictDirectMessage": "any",
|
"RestrictDirectMessage": "any",
|
||||||
|
"EnableLastActiveTime": true,
|
||||||
"UserStatusAwayTimeout": 300,
|
"UserStatusAwayTimeout": 300,
|
||||||
"MaxChannelsPerTeam": 2000,
|
"MaxChannelsPerTeam": 2000,
|
||||||
"MaxNotificationsPerChannel": 1000,
|
"MaxNotificationsPerChannel": 1000,
|
||||||
|
@ -456,7 +459,6 @@
|
||||||
"LinkMetadataTimeoutMilliseconds": 5000,
|
"LinkMetadataTimeoutMilliseconds": 5000,
|
||||||
"RestrictSystemAdmin": false,
|
"RestrictSystemAdmin": false,
|
||||||
"UseNewSAMLLibrary": false,
|
"UseNewSAMLLibrary": false,
|
||||||
"CloudBilling": false,
|
|
||||||
"EnableSharedChannels": false,
|
"EnableSharedChannels": false,
|
||||||
"EnableRemoteClusterService": false,
|
"EnableRemoteClusterService": false,
|
||||||
"EnableAppBar": false
|
"EnableAppBar": false
|
||||||
|
@ -525,6 +527,9 @@
|
||||||
"CleanupJobsThresholdDays": -1,
|
"CleanupJobsThresholdDays": -1,
|
||||||
"CleanupConfigThresholdDays": -1
|
"CleanupConfigThresholdDays": -1
|
||||||
},
|
},
|
||||||
|
"ProductSettings": {
|
||||||
|
"EnablePublicSharedBoards": false
|
||||||
|
},
|
||||||
"PluginSettings": {
|
"PluginSettings": {
|
||||||
"Enable": true,
|
"Enable": true,
|
||||||
"EnableUploads": false,
|
"EnableUploads": false,
|
||||||
|
@ -602,9 +607,9 @@
|
||||||
"GraphQL": false,
|
"GraphQL": false,
|
||||||
"InsightsEnabled": true,
|
"InsightsEnabled": true,
|
||||||
"CommandPalette": false,
|
"CommandPalette": false,
|
||||||
"AdvancedTextEditor": true,
|
|
||||||
"BoardsProduct": false,
|
"BoardsProduct": false,
|
||||||
"PlanUpgradeButtonText": "upgrade"
|
"SendWelcomePost": true,
|
||||||
|
"PostPriority": false
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
"Directory": "./import",
|
"Directory": "./import",
|
||||||
|
|
Loading…
Add table
Reference in a new issue