Files
deploy 62cad948b7
Build and Deploy Docker / build (push) Failing after 24s
Build and Deploy Docker / deploy (push) Has been skipped
add secrets; add action to build and deploy
2026-07-09 12:30:21 +02:00

8 lines
107 B
PHP

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