1
0
Fork 0
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:
ericgaspar 2022-03-17 08:16:26 +01:00
parent 9ba844487e
commit 4ef3c481b9
No known key found for this signature in database
GPG key ID: 574F281483054D44

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",