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