From a0c8d1fb6869b2571887235540683108d96e5fec Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Thu, 28 Aug 2025 09:34:02 +0200 Subject: [PATCH] Working on the retention system. --- src/utils/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/init.ts b/src/utils/init.ts index 18ab244e..f5739d2d 100644 --- a/src/utils/init.ts +++ b/src/utils/init.ts @@ -34,7 +34,7 @@ async function createSettingsIfNotExist() { smtpUser: env.SMTP_USER ?? null, s3EndPointUrl: env.S3_ENDPOINT ?? null, s3AccessKeyId: env.S3_ACCESS_KEY ?? null, - s3SecretAccessKey: env.S3_SECRET_KEY ?? null, + s3SecretAccessKey: "ok", S3BucketName: env.S3_BUCKET_NAME ?? null, };