feat: app debug
Laravel CI-CD (Gitea) / Tests Unitaires (push) Successful in 18s Details
Laravel CI-CD (Gitea) / Build & Push Docker (push) Successful in 27s Details
Laravel CI-CD (Gitea) / Déploiement Simplifié (push) Successful in 2s Details

This commit is contained in:
Leon 2026-03-19 10:18:42 +01:00
parent 5a770089b8
commit 85626b2499
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ services:
APP_URL: "${APP_URL}"
SERVER_NAME: ":80"
APP_RUNTIME: "Laravel\\FrankenPHP\\Runtime" # <-- AJOUTÉ pour FrankenPHP
APP_DEBUG: "false"
APP_DEBUG: "${APP_DEBUG}"
FILESYSTEM_DISK: "public"
DB_CONNECTION: "pgsql"
DB_HOST: "pgsql"