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 #371 from YunoHost-Apps/conf

Update config to upstream
This commit is contained in:
Pierre de La Morinerie 2022-06-17 08:01:26 +02:00 committed by GitHub
commit 5af07aeb54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,8 +48,11 @@
"AllowCookiesForSubdomains": false,
"ExtendSessionLengthWithActivity": true,
"SessionLengthWebInDays": 30,
"SessionLengthWebInHours": 720,
"SessionLengthMobileInDays": 30,
"SessionLengthMobileInHours": 720,
"SessionLengthSSOInDays": 30,
"SessionLengthSSOInHours": 720,
"SessionCacheInMinutes": 10,
"SessionIdleTimeoutInMinutes": 43200,
"WebsocketSecurePort": 443,
@ -454,7 +457,8 @@
"UseNewSAMLLibrary": false,
"CloudBilling": false,
"EnableSharedChannels": false,
"EnableRemoteClusterService": false
"EnableRemoteClusterService": false,
"EnableAppBar": false
},
"AnalyticsSettings": {
"MaxUsersForStatistics": 2500
@ -532,6 +536,9 @@
"com.mattermost.apps": {
"Enable": true
},
"com.mattermost.calls": {
"Enable": true
},
"com.mattermost.nps": {
"Enable": true
},
@ -576,12 +583,13 @@
"CollapsedThreads": true,
"EnableRemoteClusterService": false,
"AppsEnabled": true,
"AppBarEnabled": false,
"PluginPlaybooks": "",
"PluginApps": "",
"PluginFocalboard": "",
"PluginCalls": "",
"PermalinkPreviews": true,
"CallsMobile": false,
"CallsEnabled": true,
"BoardsFeatureFlags": "",
"GuidedChannelCreation": false,
"InviteToTeam": "none",
@ -592,7 +600,9 @@
"UseCaseOnboarding": true,
"GraphQL": false,
"InsightsEnabled": false,
"CommandPalette": false
"CloudFree": false,
"CommandPalette": false,
"AdvancedTextEditor": true
},
"ImportSettings": {
"Directory": "./import",