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
42164e2dae
commit
d4672ac4a6
1 changed files with 5 additions and 2 deletions
|
@ -621,7 +621,8 @@
|
|||
"CloudSettings": {
|
||||
"CWSURL": "https://portal.test.cloud.mattermost.com",
|
||||
"CWSAPIURL": "https://api.internal.test.cloud.mattermost.com",
|
||||
"CWSMock": false
|
||||
"CWSMock": false,
|
||||
"Disable": false
|
||||
},
|
||||
"FeatureFlags": {
|
||||
"TestFeature": "off",
|
||||
|
@ -641,7 +642,9 @@
|
|||
"StreamlinedMarketplace": true,
|
||||
"CloudIPFiltering": false,
|
||||
"ConsumePostHook": false,
|
||||
"CloudAnnualRenewals": false
|
||||
"CloudAnnualRenewals": false,
|
||||
"CloudDedicatedExportUI": false,
|
||||
"WebSocketEventScope": false
|
||||
},
|
||||
"ImportSettings": {
|
||||
"Directory": "./import",
|
||||
|
|
Loading…
Reference in a new issue