From b79943e6d82a3df7989c9f906a1397bf1c72cdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 29 Oct 2023 14:16:28 +0100 Subject: [PATCH] Update config.json --- conf/config.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index d614fdb..a5c2e48 100644 --- a/conf/config.json +++ b/conf/config.json @@ -229,7 +229,22 @@ "AmazonS3SignV2": false, "AmazonS3SSE": false, "AmazonS3Trace": false, - "AmazonS3RequestTimeoutMilliseconds": 30000 + "AmazonS3RequestTimeoutMilliseconds": 30000, + "DedicatedExportStore": false, + "ExportDriverName": "local", + "ExportDirectory": "./data/", + "ExportAmazonS3AccessKeyId": "", + "ExportAmazonS3SecretAccessKey": "", + "ExportAmazonS3Bucket": "", + "ExportAmazonS3PathPrefix": "", + "ExportAmazonS3Region": "", + "ExportAmazonS3Endpoint": "s3.amazonaws.com", + "ExportAmazonS3SSL": true, + "ExportAmazonS3SignV2": false, + "ExportAmazonS3SSE": false, + "ExportAmazonS3Trace": false, + "ExportAmazonS3RequestTimeoutMilliseconds": 30000, + "ExportAmazonS3PresignExpiresSeconds": 21600 }, "EmailSettings": { "EnableSignUpWithEmail": true,