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 #238 from YunoHost-Apps/Upgrade-config-file

Upgrade Mattermost 5.33.2 config file
This commit is contained in:
Pierre de La Morinerie 2021-04-04 19:54:02 +02:00 committed by GitHub
commit 7fc79409c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,6 +108,7 @@
"EnableOpenServer": false, "EnableOpenServer": false,
"EnableUserDeactivation": false, "EnableUserDeactivation": false,
"RestrictCreationToDomains": "", "RestrictCreationToDomains": "",
"EnableCustomUserStatuses": true,
"EnableCustomBrand": false, "EnableCustomBrand": false,
"CustomBrandText": "", "CustomBrandText": "",
"CustomDescriptionText": "", "CustomDescriptionText": "",
@ -149,6 +150,7 @@
"DataSourceSearchReplicas": [], "DataSourceSearchReplicas": [],
"MaxIdleConns": 20, "MaxIdleConns": 20,
"ConnMaxLifetimeMilliseconds": 3600000, "ConnMaxLifetimeMilliseconds": 3600000,
"ConnMaxIdleTimeMilliseconds": 300000,
"MaxOpenConns": 300, "MaxOpenConns": 300,
"Trace": false, "Trace": false,
"AtRestEncryptKey": "", "AtRestEncryptKey": "",
@ -199,7 +201,7 @@
"EnableFileAttachments": true, "EnableFileAttachments": true,
"EnableMobileUpload": true, "EnableMobileUpload": true,
"EnableMobileDownload": true, "EnableMobileDownload": true,
"MaxFileSize": 52428800, "MaxFileSize": 104857600,
"DriverName": "local", "DriverName": "local",
"Directory": "__DATA_PATH__", "Directory": "__DATA_PATH__",
"EnablePublicLink": false, "EnablePublicLink": false,
@ -437,7 +439,8 @@
"BindAddress": "", "BindAddress": "",
"AdvertiseAddress": "", "AdvertiseAddress": "",
"UseIpAddress": true, "UseIpAddress": true,
"UseExperimentalGossip": false, "UseExperimentalGossip": true,
"EnableGossipCompression": true,
"EnableExperimentalGossipEncryption": false, "EnableExperimentalGossipEncryption": false,
"ReadOnlyConfig": true, "ReadOnlyConfig": true,
"GossipPort": 8074, "GossipPort": 8074,
@ -565,10 +568,15 @@
"TestBoolFeature": false, "TestBoolFeature": false,
"CloudDelinquentEmailJobsEnabled": false, "CloudDelinquentEmailJobsEnabled": false,
"CollapsedThreads": false, "CollapsedThreads": false,
"PluginIncidentManagement": "1.3.2" "CustomUserStatuses": true,
"PluginIncidentManagement": "1.4.0"
}, },
"ImportSettings": { "ImportSettings": {
"Directory": "./import", "Directory": "./import",
"RetentionDays": 30 "RetentionDays": 30
},
"ExportSettings": {
"Directory": "./export",
"RetentionDays": 30
} }
} }