add jwt secret to prod env file
Build and Deploy Docker / build (push) Successful in 5m31s
Build and Deploy Docker / deploy (push) Successful in 47s

This commit is contained in:
2026-07-14 16:40:46 +02:00
parent 30f50dcfb7
commit 562ea93d78
6 changed files with 12 additions and 0 deletions
@@ -3,4 +3,5 @@
return [
'APP_SECRET' => null,
'DATABASE_PASSWORD' => null,
'JWT_PASSPHRASE' => null,
];