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",