From 5e0e7ab0ce77f239fef46c3cf8020f7ee11d8382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 22 Mar 2023 16:29:38 +0100 Subject: [PATCH] Update config.json --- conf/config.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/conf/config.json b/conf/config.json index a3a633d..b58d12c 100644 --- a/conf/config.json +++ b/conf/config.json @@ -491,6 +491,9 @@ "BatchSize": 10000, "RequestTimeoutSeconds": 30, "SkipTLSVerification": false, + "CA": "", + "ClientCert": "", + "ClientKey": "", "Trace": "" }, "BleveSettings": { @@ -610,11 +613,13 @@ "SendWelcomePost": true, "WorkTemplate": false, "PostPriority": true, + "WysiwygEditor": false, "PeopleProduct": false, - "AnnualSubscription": false, "ReduceOnBoardingTaskList": false, + "OnboardingAutoShowLinkedBoard": true, "ThreadsEverywhere": false, - "GlobalDrafts": true + "GlobalDrafts": true, + "OnboardingTourTips": true }, "ImportSettings": { "Directory": "./import",