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,
|
||||
"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",
|
||||
|
|
Loading…
Add table
Reference in a new issue