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:
parent
773bb9fe03
commit
5e0e7ab0ce
1 changed files with 7 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue