1
0
Fork 0
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:
ericgaspar 2022-07-22 08:40:26 +02:00
parent da6ef3912e
commit b0114d041e

View file

@ -193,6 +193,7 @@
"EnableMobileDownload": true,
"MaxFileSize": 104857600,
"MaxImageResolution": 33177600,
"MaxImageDecoderConcurrency": -1,
"DriverName": "local",
"Directory": "__DATA_PATH__",
"EnablePublicLink": false,
@ -451,7 +452,6 @@
"ExperimentalSettings": {
"ClientSideCertEnable": false,
"ClientSideCertCheck": "secondary",
"EnableClickToReply": false,
"LinkMetadataTimeoutMilliseconds": 5000,
"RestrictSystemAdmin": false,
"UseNewSAMLLibrary": false,
@ -599,8 +599,7 @@
"EnableInactivityCheckJob": true,
"UseCaseOnboarding": true,
"GraphQL": false,
"InsightsEnabled": false,
"CloudFree": false,
"InsightsEnabled": true,
"CommandPalette": false,
"AdvancedTextEditor": true
},