Files
sprawozdania/project/config/secrets/dev/dev.list.php
T
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
113 B
PHP

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