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:
+1
-1
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user