mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #365 from YunoHost-Apps/Set-config
Update config.json
This commit is contained in:
commit
710d7af11b
1 changed files with 9 additions and 9 deletions
|
@ -238,7 +238,8 @@
|
||||||
"EmailNotificationContentsType": "full",
|
"EmailNotificationContentsType": "full",
|
||||||
"LoginButtonColor": "#0000",
|
"LoginButtonColor": "#0000",
|
||||||
"LoginButtonBorderColor": "#2389D7",
|
"LoginButtonBorderColor": "#2389D7",
|
||||||
"LoginButtonTextColor": "#2389D7"
|
"LoginButtonTextColor": "#2389D7",
|
||||||
|
"EnableInactivityEmail": true
|
||||||
},
|
},
|
||||||
"RateLimitSettings": {
|
"RateLimitSettings": {
|
||||||
"Enable": false,
|
"Enable": false,
|
||||||
|
@ -451,7 +452,6 @@
|
||||||
"LinkMetadataTimeoutMilliseconds": 5000,
|
"LinkMetadataTimeoutMilliseconds": 5000,
|
||||||
"RestrictSystemAdmin": false,
|
"RestrictSystemAdmin": false,
|
||||||
"UseNewSAMLLibrary": false,
|
"UseNewSAMLLibrary": false,
|
||||||
"CloudUserLimit": 0,
|
|
||||||
"CloudBilling": false,
|
"CloudBilling": false,
|
||||||
"EnableSharedChannels": false,
|
"EnableSharedChannels": false,
|
||||||
"EnableRemoteClusterService": false
|
"EnableRemoteClusterService": false
|
||||||
|
@ -477,7 +477,7 @@
|
||||||
"PostsAggregatorJobStartTime": "03:00",
|
"PostsAggregatorJobStartTime": "03:00",
|
||||||
"IndexPrefix": "",
|
"IndexPrefix": "",
|
||||||
"LiveIndexingBatchSize": 1,
|
"LiveIndexingBatchSize": 1,
|
||||||
"BulkIndexingTimeWindowSeconds": 3600,
|
"BatchSize": 10000,
|
||||||
"RequestTimeoutSeconds": 30,
|
"RequestTimeoutSeconds": 30,
|
||||||
"SkipTLSVerification": false,
|
"SkipTLSVerification": false,
|
||||||
"Trace": ""
|
"Trace": ""
|
||||||
|
@ -487,7 +487,7 @@
|
||||||
"EnableIndexing": false,
|
"EnableIndexing": false,
|
||||||
"EnableSearching": false,
|
"EnableSearching": false,
|
||||||
"EnableAutocomplete": false,
|
"EnableAutocomplete": false,
|
||||||
"BulkIndexingTimeWindowSeconds": 3600
|
"BatchSize": 10000
|
||||||
},
|
},
|
||||||
"DataRetentionSettings": {
|
"DataRetentionSettings": {
|
||||||
"EnableMessageDeletion": false,
|
"EnableMessageDeletion": false,
|
||||||
|
@ -517,7 +517,8 @@
|
||||||
"JobSettings": {
|
"JobSettings": {
|
||||||
"RunJobs": true,
|
"RunJobs": true,
|
||||||
"RunScheduler": true,
|
"RunScheduler": true,
|
||||||
"CleanupJobsThresholdDays": -1
|
"CleanupJobsThresholdDays": -1,
|
||||||
|
"CleanupConfigThresholdDays": -1
|
||||||
},
|
},
|
||||||
"PluginSettings": {
|
"PluginSettings": {
|
||||||
"Enable": true,
|
"Enable": true,
|
||||||
|
@ -572,7 +573,6 @@
|
||||||
"FeatureFlags": {
|
"FeatureFlags": {
|
||||||
"TestFeature": "off",
|
"TestFeature": "off",
|
||||||
"TestBoolFeature": false,
|
"TestBoolFeature": false,
|
||||||
"CloudDelinquentEmailJobsEnabled": false,
|
|
||||||
"CollapsedThreads": true,
|
"CollapsedThreads": true,
|
||||||
"EnableRemoteClusterService": false,
|
"EnableRemoteClusterService": false,
|
||||||
"AppsEnabled": true,
|
"AppsEnabled": true,
|
||||||
|
@ -581,10 +581,8 @@
|
||||||
"PluginApps": "",
|
"PluginApps": "",
|
||||||
"PluginFocalboard": "",
|
"PluginFocalboard": "",
|
||||||
"PermalinkPreviews": true,
|
"PermalinkPreviews": true,
|
||||||
"NewAccountNoisy": false,
|
|
||||||
"CallsMobile": false,
|
"CallsMobile": false,
|
||||||
"BoardsFeatureFlags": "",
|
"BoardsFeatureFlags": "",
|
||||||
"AddMembersToChannel": "top",
|
|
||||||
"GuidedChannelCreation": false,
|
"GuidedChannelCreation": false,
|
||||||
"InviteToTeam": "none",
|
"InviteToTeam": "none",
|
||||||
"CustomGroups": true,
|
"CustomGroups": true,
|
||||||
|
@ -592,7 +590,9 @@
|
||||||
"NormalizeLdapDNs": false,
|
"NormalizeLdapDNs": false,
|
||||||
"EnableInactivityCheckJob": true,
|
"EnableInactivityCheckJob": true,
|
||||||
"UseCaseOnboarding": true,
|
"UseCaseOnboarding": true,
|
||||||
"GraphQL": false
|
"GraphQL": false,
|
||||||
|
"InsightsEnabled": false,
|
||||||
|
"CommandPalette": false
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
"Directory": "./import",
|
"Directory": "./import",
|
||||||
|
|
Loading…
Add table
Reference in a new issue