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 #339 from YunoHost-Apps/config-to-upstream

Update config.json
This commit is contained in:
Pierre de La Morinerie 2022-02-25 08:03:36 +01:00 committed by GitHub
commit 8cacf8876e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,6 +137,7 @@
"AtRestEncryptKey": "",
"QueryTimeout": 30,
"DisableDatabaseSearch": false,
"MigrationsStatementTimeoutSeconds": 100000,
"ReplicaLagSettings": []
},
"LogSettings": {
@ -489,8 +490,10 @@
"DataRetentionSettings": {
"EnableMessageDeletion": false,
"EnableFileDeletion": false,
"EnableBoardsDeletion": false,
"MessageRetentionDays": 365,
"FileRetentionDays": 365,
"BoardsRetentionDays": 365,
"DeletionJobStartTime": "02:00",
"BatchSize": 3000
},
@ -576,14 +579,16 @@
"GlobalHeader": true,
"AddChannelButton": "by_team_name",
"NewAccountNoisy": false,
"BoardsUnfurl": true,
"CallsMobile": false,
"AutoTour": "none",
"BoardsFeatureFlags": "",
"AddMembersToChannel": "top",
"GuidedChannelCreation": false,
"ResendInviteEmailInterval": "",
"InviteToTeam": "none"
"InviteToTeam": "none",
"InlinePostEditing": false,
"BoardsDataRetention": false,
"NormalizeLdapDNs": false
},
"ImportSettings": {
"Directory": "./import",