mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Working on the retention system.
This commit is contained in:
@@ -33,7 +33,6 @@ async function createSettingsIfNotExist() {
|
|||||||
smtpPort: env.SMTP_PORT ?? null,
|
smtpPort: env.SMTP_PORT ?? null,
|
||||||
smtpUser: env.SMTP_USER ?? null,
|
smtpUser: env.SMTP_USER ?? null,
|
||||||
s3EndPointUrl: env.S3_ENDPOINT ?? null,
|
s3EndPointUrl: env.S3_ENDPOINT ?? null,
|
||||||
// gitleaks:allow
|
|
||||||
s3AccessKeyId: env.S3_ACCESS_KEY ?? null,
|
s3AccessKeyId: env.S3_ACCESS_KEY ?? null,
|
||||||
s3SecretAccessKey: env.S3_SECRET_KEY ?? null,
|
s3SecretAccessKey: env.S3_SECRET_KEY ?? null,
|
||||||
S3BucketName: env.S3_BUCKET_NAME ?? null,
|
S3BucketName: env.S3_BUCKET_NAME ?? null,
|
||||||
|
|||||||
Reference in New Issue
Block a user