mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #386 from YunoHost-Apps/upgrade-config-file
Update config.json
This commit is contained in:
commit
cc25224dad
1 changed files with 2 additions and 3 deletions
|
@ -193,6 +193,7 @@
|
||||||
"EnableMobileDownload": true,
|
"EnableMobileDownload": true,
|
||||||
"MaxFileSize": 104857600,
|
"MaxFileSize": 104857600,
|
||||||
"MaxImageResolution": 33177600,
|
"MaxImageResolution": 33177600,
|
||||||
|
"MaxImageDecoderConcurrency": -1,
|
||||||
"DriverName": "local",
|
"DriverName": "local",
|
||||||
"Directory": "__DATA_PATH__",
|
"Directory": "__DATA_PATH__",
|
||||||
"EnablePublicLink": false,
|
"EnablePublicLink": false,
|
||||||
|
@ -451,7 +452,6 @@
|
||||||
"ExperimentalSettings": {
|
"ExperimentalSettings": {
|
||||||
"ClientSideCertEnable": false,
|
"ClientSideCertEnable": false,
|
||||||
"ClientSideCertCheck": "secondary",
|
"ClientSideCertCheck": "secondary",
|
||||||
"EnableClickToReply": false,
|
|
||||||
"LinkMetadataTimeoutMilliseconds": 5000,
|
"LinkMetadataTimeoutMilliseconds": 5000,
|
||||||
"RestrictSystemAdmin": false,
|
"RestrictSystemAdmin": false,
|
||||||
"UseNewSAMLLibrary": false,
|
"UseNewSAMLLibrary": false,
|
||||||
|
@ -599,8 +599,7 @@
|
||||||
"EnableInactivityCheckJob": true,
|
"EnableInactivityCheckJob": true,
|
||||||
"UseCaseOnboarding": true,
|
"UseCaseOnboarding": true,
|
||||||
"GraphQL": false,
|
"GraphQL": false,
|
||||||
"InsightsEnabled": false,
|
"InsightsEnabled": true,
|
||||||
"CloudFree": false,
|
|
||||||
"CommandPalette": false,
|
"CommandPalette": false,
|
||||||
"AdvancedTextEditor": true
|
"AdvancedTextEditor": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue