1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Update config.json

This commit is contained in:
Éric Gaspar 2023-03-22 16:29:38 +01:00
parent 773bb9fe03
commit 5e0e7ab0ce

View file

@ -491,6 +491,9 @@
"BatchSize": 10000, "BatchSize": 10000,
"RequestTimeoutSeconds": 30, "RequestTimeoutSeconds": 30,
"SkipTLSVerification": false, "SkipTLSVerification": false,
"CA": "",
"ClientCert": "",
"ClientKey": "",
"Trace": "" "Trace": ""
}, },
"BleveSettings": { "BleveSettings": {
@ -610,11 +613,13 @@
"SendWelcomePost": true, "SendWelcomePost": true,
"WorkTemplate": false, "WorkTemplate": false,
"PostPriority": true, "PostPriority": true,
"WysiwygEditor": false,
"PeopleProduct": false, "PeopleProduct": false,
"AnnualSubscription": false,
"ReduceOnBoardingTaskList": false, "ReduceOnBoardingTaskList": false,
"OnboardingAutoShowLinkedBoard": true,
"ThreadsEverywhere": false, "ThreadsEverywhere": false,
"GlobalDrafts": true "GlobalDrafts": true,
"OnboardingTourTips": true
}, },
"ImportSettings": { "ImportSettings": {
"Directory": "./import", "Directory": "./import",