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,
|
||||
"ExperimentalGroupUnreadChannels": "disabled",
|
||||
"EnableAPITeamDeletion": false,
|
||||
"EnableAPITriggerAdminNotifications": false,
|
||||
"EnableAPIUserDeletion": false,
|
||||
"ExperimentalEnableHardenedMode": false,
|
||||
"ExperimentalStrictCSRFEnforcement": false,
|
||||
|
@ -88,6 +89,7 @@
|
|||
"EnableSVGs": false,
|
||||
"EnableLatex": false,
|
||||
"EnableInlineLatex": true,
|
||||
"PostPriority": false,
|
||||
"EnableAPIChannelDeletion": false,
|
||||
"EnableLocalMode": true,
|
||||
"LocalModeSocketLocation": "/var/run/__APP__/mattermost_local.socket",
|
||||
|
@ -112,6 +114,7 @@
|
|||
"CustomBrandText": "",
|
||||
"CustomDescriptionText": "",
|
||||
"RestrictDirectMessage": "any",
|
||||
"EnableLastActiveTime": true,
|
||||
"UserStatusAwayTimeout": 300,
|
||||
"MaxChannelsPerTeam": 2000,
|
||||
"MaxNotificationsPerChannel": 1000,
|
||||
|
@ -456,7 +459,6 @@
|
|||
"LinkMetadataTimeoutMilliseconds": 5000,
|
||||
"RestrictSystemAdmin": false,
|
||||
"UseNewSAMLLibrary": false,
|
||||
"CloudBilling": false,
|
||||
"EnableSharedChannels": false,
|
||||
"EnableRemoteClusterService": false,
|
||||
"EnableAppBar": false
|
||||
|
@ -525,6 +527,9 @@
|
|||
"CleanupJobsThresholdDays": -1,
|
||||
"CleanupConfigThresholdDays": -1
|
||||
},
|
||||
"ProductSettings": {
|
||||
"EnablePublicSharedBoards": false
|
||||
},
|
||||
"PluginSettings": {
|
||||
"Enable": true,
|
||||
"EnableUploads": false,
|
||||
|
@ -602,9 +607,9 @@
|
|||
"GraphQL": false,
|
||||
"InsightsEnabled": true,
|
||||
"CommandPalette": false,
|
||||
"AdvancedTextEditor": true,
|
||||
"BoardsProduct": false,
|
||||
"PlanUpgradeButtonText": "upgrade"
|
||||
"SendWelcomePost": true,
|
||||
"PostPriority": false
|
||||
},
|
||||
"ImportSettings": {
|
||||
"Directory": "./import",
|
||||
|
|
Loading…
Add table
Reference in a new issue