Working on the retention system.

This commit is contained in:
charlesgauthereau
2025-08-28 09:45:47 +02:00
parent f055744432
commit 010396ba4d
-1
View File
@@ -34,7 +34,6 @@ async function createSettingsIfNotExist() {
smtpUser: env.SMTP_USER ?? null,
s3EndPointUrl: env.S3_ENDPOINT ?? null,
s3AccessKeyId: env.S3_ACCESS_KEY ?? null,
// gitleaks:allow
s3SecretAccessKey: env.S3_SECRET_KEY ?? null,
S3BucketName: env.S3_BUCKET_NAME ?? null,
};