1
0
Fork 0
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:
Pierre de La Morinerie 2022-03-17 08:27:56 +01:00 committed by GitHub
commit f4baa3335a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@
"EnableTesting": false,
"EnableDeveloper": false,
"DeveloperFlags": "",
"EnableClientPerformanceDebugging": false,
"EnableOpenTracing": false,
"EnableSecurityFixAlert": true,
"EnableInsecureOutgoingConnections": false,
@ -93,7 +94,8 @@
"DebugSplit": false,
"ThreadAutoFollow": true,
"CollapsedThreads": "disabled",
"ManagedResourcePaths": ""
"ManagedResourcePaths": "",
"EnableCustomGroups": true
},
"TeamSettings": {
"SiteName": "Mattermost",
@ -577,18 +579,21 @@
"PluginFocalboard": "",
"PermalinkPreviews": true,
"GlobalHeader": true,
"AddChannelButton": "by_team_name",
"NewAccountNoisy": false,
"CallsMobile": false,
"AutoTour": "none",
"BoardsFeatureFlags": "",
"AddMembersToChannel": "top",
"GuidedChannelCreation": false,
"ResendInviteEmailInterval": "",
"InviteToTeam": "none",
"CustomGroups": true,
"InlinePostEditing": false,
"BoardsDataRetention": false,
"NormalizeLdapDNs": false
"NormalizeLdapDNs": false,
"EnableInactivityCheckJob": true,
"UseCaseOnboarding": true,
"WorkspaceOptimizationDashboard": true,
"GraphQL": false
},
"ImportSettings": {
"Directory": "./import",