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