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