From 4448c9e1662fd0f90359828f4c1d5e80ed991906 Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Thu, 28 Aug 2025 09:23:04 +0200 Subject: [PATCH] Working on the retention system. --- src/utils/init.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/init.ts b/src/utils/init.ts index 18ab244e..537371c7 100644 --- a/src/utils/init.ts +++ b/src/utils/init.ts @@ -33,6 +33,7 @@ async function createSettingsIfNotExist() { smtpPort: env.SMTP_PORT ?? null, smtpUser: env.SMTP_USER ?? null, s3EndPointUrl: env.S3_ENDPOINT ?? null, + // gitleaks:allow s3AccessKeyId: env.S3_ACCESS_KEY ?? null, s3SecretAccessKey: env.S3_SECRET_KEY ?? null, S3BucketName: env.S3_BUCKET_NAME ?? null,