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:
Éric Gaspar 2024-05-30 21:44:24 +02:00
parent 1baa4b562e
commit a50887d3bc

View file

@ -234,6 +234,7 @@
"AmazonS3SSE": false, "AmazonS3SSE": false,
"AmazonS3Trace": false, "AmazonS3Trace": false,
"AmazonS3RequestTimeoutMilliseconds": 30000, "AmazonS3RequestTimeoutMilliseconds": 30000,
"AmazonS3UploadPartSizeBytes": 5242880,
"DedicatedExportStore": false, "DedicatedExportStore": false,
"ExportDriverName": "local", "ExportDriverName": "local",
"ExportDirectory": "./data/", "ExportDirectory": "./data/",
@ -248,7 +249,8 @@
"ExportAmazonS3SSE": false, "ExportAmazonS3SSE": false,
"ExportAmazonS3Trace": false, "ExportAmazonS3Trace": false,
"ExportAmazonS3RequestTimeoutMilliseconds": 30000, "ExportAmazonS3RequestTimeoutMilliseconds": 30000,
"ExportAmazonS3PresignExpiresSeconds": 21600 "ExportAmazonS3PresignExpiresSeconds": 21600,
"ExportAmazonS3UploadPartSizeBytes": 104857600
}, },
"EmailSettings": { "EmailSettings": {
"EnableSignUpWithEmail": true, "EnableSignUpWithEmail": true,
@ -476,11 +478,7 @@
"EnableGossipCompression": true, "EnableGossipCompression": true,
"EnableExperimentalGossipEncryption": false, "EnableExperimentalGossipEncryption": false,
"ReadOnlyConfig": true, "ReadOnlyConfig": true,
"GossipPort": 8074, "GossipPort": 8074
"StreamingPort": 8075,
"MaxIdleConns": 100,
"MaxIdleConnsPerHost": 128,
"IdleConnTimeoutMilliseconds": 90000
}, },
"MetricsSettings": { "MetricsSettings": {
"Enable": false, "Enable": false,
@ -492,7 +490,6 @@
"ClientSideCertCheck": "secondary", "ClientSideCertCheck": "secondary",
"LinkMetadataTimeoutMilliseconds": 5000, "LinkMetadataTimeoutMilliseconds": 5000,
"RestrictSystemAdmin": false, "RestrictSystemAdmin": false,
"UseNewSAMLLibrary": false,
"EnableSharedChannels": false, "EnableSharedChannels": false,
"EnableRemoteClusterService": false, "EnableRemoteClusterService": false,
"DisableAppBar": false, "DisableAppBar": false,
@ -644,7 +641,9 @@
"ConsumePostHook": false, "ConsumePostHook": false,
"CloudAnnualRenewals": false, "CloudAnnualRenewals": false,
"CloudDedicatedExportUI": false, "CloudDedicatedExportUI": false,
"WebSocketEventScope": false "ChannelBookmarks": false,
"WebSocketEventScope": false,
"NotificationMonitoring": true
}, },
"ImportSettings": { "ImportSettings": {
"Directory": "./import", "Directory": "./import",