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:
commit
7fc79409c9
1 changed files with 11 additions and 3 deletions
|
@ -108,6 +108,7 @@
|
|||
"EnableOpenServer": false,
|
||||
"EnableUserDeactivation": false,
|
||||
"RestrictCreationToDomains": "",
|
||||
"EnableCustomUserStatuses": true,
|
||||
"EnableCustomBrand": false,
|
||||
"CustomBrandText": "",
|
||||
"CustomDescriptionText": "",
|
||||
|
@ -149,6 +150,7 @@
|
|||
"DataSourceSearchReplicas": [],
|
||||
"MaxIdleConns": 20,
|
||||
"ConnMaxLifetimeMilliseconds": 3600000,
|
||||
"ConnMaxIdleTimeMilliseconds": 300000,
|
||||
"MaxOpenConns": 300,
|
||||
"Trace": false,
|
||||
"AtRestEncryptKey": "",
|
||||
|
@ -199,7 +201,7 @@
|
|||
"EnableFileAttachments": true,
|
||||
"EnableMobileUpload": true,
|
||||
"EnableMobileDownload": true,
|
||||
"MaxFileSize": 52428800,
|
||||
"MaxFileSize": 104857600,
|
||||
"DriverName": "local",
|
||||
"Directory": "__DATA_PATH__",
|
||||
"EnablePublicLink": false,
|
||||
|
@ -437,7 +439,8 @@
|
|||
"BindAddress": "",
|
||||
"AdvertiseAddress": "",
|
||||
"UseIpAddress": true,
|
||||
"UseExperimentalGossip": false,
|
||||
"UseExperimentalGossip": true,
|
||||
"EnableGossipCompression": true,
|
||||
"EnableExperimentalGossipEncryption": false,
|
||||
"ReadOnlyConfig": true,
|
||||
"GossipPort": 8074,
|
||||
|
@ -565,10 +568,15 @@
|
|||
"TestBoolFeature": false,
|
||||
"CloudDelinquentEmailJobsEnabled": false,
|
||||
"CollapsedThreads": false,
|
||||
"PluginIncidentManagement": "1.3.2"
|
||||
"CustomUserStatuses": true,
|
||||
"PluginIncidentManagement": "1.4.0"
|
||||
},
|
||||
"ImportSettings": {
|
||||
"Directory": "./import",
|
||||
"RetentionDays": 30
|
||||
},
|
||||
"ExportSettings": {
|
||||
"Directory": "./export",
|
||||
"RetentionDays": 30
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue