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:
commit
5af07aeb54
1 changed files with 13 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue