From 8b9e7f3a3f2a791098678a3dd2ca1e0637e58d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:51:51 +0100 Subject: [PATCH] Update config.json --- conf/config.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/conf/config.json b/conf/config.json index 6da8d90..3177d2b 100644 --- a/conf/config.json +++ b/conf/config.json @@ -24,6 +24,7 @@ "EnableIncomingWebhooks": true, "EnableOutgoingWebhooks": true, "EnableCommands": true, + "OutgoingIntegrationRequestsTimeout": 30, "EnablePostUsernameOverride": false, "EnablePostIconOverride": false, "GoogleDeveloperKey": "", @@ -108,7 +109,8 @@ "SelfHostedPurchase": true, "AllowSyncedDrafts": true, "UniqueEmojiReactionLimitPerPost": 50, - "RefreshPostStatsRunTime": "00:00" + "RefreshPostStatsRunTime": "00:00", + "MaximumPayloadSizeBytes": 100000 }, "TeamSettings": { "SiteName": "Mattermost", @@ -538,7 +540,9 @@ "EnableFileDeletion": false, "EnableBoardsDeletion": false, "MessageRetentionDays": 365, + "MessageRetentionHours": 0, "FileRetentionDays": 365, + "FileRetentionHours": 0, "BoardsRetentionDays": 365, "DeletionJobStartTime": "02:00", "BatchSize": 3000, @@ -632,10 +636,12 @@ "DeprecateCloudFree": false, "CloudReverseTrial": false, "EnableExportDirectDownload": false, + "MoveThreadsEnabled": false, "StreamlinedMarketplace": true, "CloudIPFiltering": false, "ConsumePostHook": false, - "CloudAnnualRenewals": false + "CloudAnnualRenewals": false, + "OutgoingOAuthConnections": false }, "ImportSettings": { "Directory": "./import", @@ -644,5 +650,14 @@ "ExportSettings": { "Directory": "./export", "RetentionDays": 30 + }, + "WranglerSettings": { + "PermittedWranglerRoles": [], + "AllowedEmailDomain": [], + "MoveThreadMaxCount": 100, + "MoveThreadToAnotherTeamEnable": false, + "MoveThreadFromPrivateChannelEnable": false, + "MoveThreadFromDirectMessageChannelEnable": false, + "MoveThreadFromGroupMessageChannelEnable": false } }