1
0
Fork 0
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:
Pierre de La Morinerie 2022-07-22 23:43:22 +02:00 committed by GitHub
commit cc25224dad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}, },