diff --git a/src/utils/init.ts b/src/utils/init.ts index 537371c7..18ab244e 100644 --- a/src/utils/init.ts +++ b/src/utils/init.ts @@ -33,7 +33,6 @@ 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,