feat(ansible): Ajoute APP_DEBUG=true au fichier .env pour le débogage en prod

This commit is contained in:
Serreau Jovann
2025-11-22 21:06:12 +01:00
parent c144a680b0
commit a1979cae54

View File

@@ -60,6 +60,7 @@
ansible.builtin.copy:
content: |
APP_ENV=prod
APP_DEBUG=true
VITE_LOAD=1
PATH_URL=https://www.e-cosplay.fr
DATABASE_URL="postgresql://{{ db_user }}:{{ db_password }}@127.0.0.1:5432/{{ db_name }}?serverVersion=16&charset=utf8"