Files
deploy 562ea93d78
Build and Deploy Docker / build (push) Successful in 5m31s
Build and Deploy Docker / deploy (push) Successful in 47s
add jwt secret to prod env file
2026-07-14 16:40:46 +02:00

8 lines
108 B
PHP

<?php
return [
'APP_SECRET' => null,
'DATABASE_PASSWORD' => null,
'JWT_PASSPHRASE' => null,
];