fix: missing secret env

This commit is contained in:
Henry
2025-05-06 09:54:06 +01:00
parent 731136facf
commit 69004df19e
3 changed files with 4 additions and 6 deletions

View File

@@ -61,7 +61,8 @@
"S3_ACCESS_KEY_ID",
"S3_SECRET_ACCESS_KEY",
"S3_ENDPOINT",
"PORT"
"PORT",
"BETTER_AUTH_SECRET"
],
"globalPassThroughEnv": [
"NODE_ENV",