mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #350 from YunoHost-Apps/Upstream-config
Update config.json
This commit is contained in:
commit
f4baa3335a
1 changed files with 9 additions and 4 deletions
|
@ -33,6 +33,7 @@
|
||||||
"EnableTesting": false,
|
"EnableTesting": false,
|
||||||
"EnableDeveloper": false,
|
"EnableDeveloper": false,
|
||||||
"DeveloperFlags": "",
|
"DeveloperFlags": "",
|
||||||
|
"EnableClientPerformanceDebugging": false,
|
||||||
"EnableOpenTracing": false,
|
"EnableOpenTracing": false,
|
||||||
"EnableSecurityFixAlert": true,
|
"EnableSecurityFixAlert": true,
|
||||||
"EnableInsecureOutgoingConnections": false,
|
"EnableInsecureOutgoingConnections": false,
|
||||||
|
@ -93,7 +94,8 @@
|
||||||
"DebugSplit": false,
|
"DebugSplit": false,
|
||||||
"ThreadAutoFollow": true,
|
"ThreadAutoFollow": true,
|
||||||
"CollapsedThreads": "disabled",
|
"CollapsedThreads": "disabled",
|
||||||
"ManagedResourcePaths": ""
|
"ManagedResourcePaths": "",
|
||||||
|
"EnableCustomGroups": true
|
||||||
},
|
},
|
||||||
"TeamSettings": {
|
"TeamSettings": {
|
||||||
"SiteName": "Mattermost",
|
"SiteName": "Mattermost",
|
||||||
|
@ -577,18 +579,21 @@
|
||||||
"PluginFocalboard": "",
|
"PluginFocalboard": "",
|
||||||
"PermalinkPreviews": true,
|
"PermalinkPreviews": true,
|
||||||
"GlobalHeader": true,
|
"GlobalHeader": true,
|
||||||
"AddChannelButton": "by_team_name",
|
|
||||||
"NewAccountNoisy": false,
|
"NewAccountNoisy": false,
|
||||||
"CallsMobile": false,
|
"CallsMobile": false,
|
||||||
"AutoTour": "none",
|
|
||||||
"BoardsFeatureFlags": "",
|
"BoardsFeatureFlags": "",
|
||||||
"AddMembersToChannel": "top",
|
"AddMembersToChannel": "top",
|
||||||
"GuidedChannelCreation": false,
|
"GuidedChannelCreation": false,
|
||||||
"ResendInviteEmailInterval": "",
|
"ResendInviteEmailInterval": "",
|
||||||
"InviteToTeam": "none",
|
"InviteToTeam": "none",
|
||||||
|
"CustomGroups": true,
|
||||||
"InlinePostEditing": false,
|
"InlinePostEditing": false,
|
||||||
"BoardsDataRetention": false,
|
"BoardsDataRetention": false,
|
||||||
"NormalizeLdapDNs": false
|
"NormalizeLdapDNs": false,
|
||||||
|
"EnableInactivityCheckJob": true,
|
||||||
|
"UseCaseOnboarding": true,
|
||||||
|
"WorkspaceOptimizationDashboard": true,
|
||||||
|
"GraphQL": false
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
"Directory": "./import",
|
"Directory": "./import",
|
||||||
|
|
Loading…
Add table
Reference in a new issue