refactor: support portable PHP hosting without Docker

This commit is contained in:
Marco0300
2026-09-01 19:22:48 +02:00
parent 9f5142b071
commit 5b2c64ff39
9 changed files with 128 additions and 159 deletions
+9 -5
View File
@@ -1,6 +1,10 @@
APP_ENV=development
APP_KEY=replace-with-a-long-random-secret
APP_ENV=production
APP_KEY=generate-a-long-random-secret
TRUST_PROXY=0
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=jobcard
DB_USERNAME=jobcard
DB_PASSWORD=replace-with-a-long-unique-database-password
ADMIN_EMAIL=admin@example.com
ADMIN_PASSWORD=replace-with-a-long-unique-password
DB_PASSWORD=replace-with-a-long-database-password
DB_ROOT_PASSWORD=replace-with-a-long-root-password
ADMIN_PASSWORD=replace-with-a-long-unique-password-at-least-12-characters