mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #339 from YunoHost-Apps/config-to-upstream
Update config.json
This commit is contained in:
commit
8cacf8876e
1 changed files with 7 additions and 2 deletions
|
@ -137,6 +137,7 @@
|
||||||
"AtRestEncryptKey": "",
|
"AtRestEncryptKey": "",
|
||||||
"QueryTimeout": 30,
|
"QueryTimeout": 30,
|
||||||
"DisableDatabaseSearch": false,
|
"DisableDatabaseSearch": false,
|
||||||
|
"MigrationsStatementTimeoutSeconds": 100000,
|
||||||
"ReplicaLagSettings": []
|
"ReplicaLagSettings": []
|
||||||
},
|
},
|
||||||
"LogSettings": {
|
"LogSettings": {
|
||||||
|
@ -489,8 +490,10 @@
|
||||||
"DataRetentionSettings": {
|
"DataRetentionSettings": {
|
||||||
"EnableMessageDeletion": false,
|
"EnableMessageDeletion": false,
|
||||||
"EnableFileDeletion": false,
|
"EnableFileDeletion": false,
|
||||||
|
"EnableBoardsDeletion": false,
|
||||||
"MessageRetentionDays": 365,
|
"MessageRetentionDays": 365,
|
||||||
"FileRetentionDays": 365,
|
"FileRetentionDays": 365,
|
||||||
|
"BoardsRetentionDays": 365,
|
||||||
"DeletionJobStartTime": "02:00",
|
"DeletionJobStartTime": "02:00",
|
||||||
"BatchSize": 3000
|
"BatchSize": 3000
|
||||||
},
|
},
|
||||||
|
@ -576,14 +579,16 @@
|
||||||
"GlobalHeader": true,
|
"GlobalHeader": true,
|
||||||
"AddChannelButton": "by_team_name",
|
"AddChannelButton": "by_team_name",
|
||||||
"NewAccountNoisy": false,
|
"NewAccountNoisy": false,
|
||||||
"BoardsUnfurl": true,
|
|
||||||
"CallsMobile": false,
|
"CallsMobile": false,
|
||||||
"AutoTour": "none",
|
"AutoTour": "none",
|
||||||
"BoardsFeatureFlags": "",
|
"BoardsFeatureFlags": "",
|
||||||
"AddMembersToChannel": "top",
|
"AddMembersToChannel": "top",
|
||||||
"GuidedChannelCreation": false,
|
"GuidedChannelCreation": false,
|
||||||
"ResendInviteEmailInterval": "",
|
"ResendInviteEmailInterval": "",
|
||||||
"InviteToTeam": "none"
|
"InviteToTeam": "none",
|
||||||
|
"InlinePostEditing": false,
|
||||||
|
"BoardsDataRetention": false,
|
||||||
|
"NormalizeLdapDNs": false
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
"Directory": "./import",
|
"Directory": "./import",
|
||||||
|
|
Loading…
Add table
Reference in a new issue