feat(ansible): Ajoute APP_DEBUG à .env.local pour le développement

This commit is contained in:
Serreau Jovann
2025-10-01 13:58:50 +02:00
parent 807dfd7fd5
commit ee7f3b068b

View File

@@ -79,6 +79,7 @@
REAL_MAIL=1
VAULT_ADDR=http://127.0.0.1:8200
VAULT_TOKEN=hvs.QLpUdiptXtSPo5Qf7i2nn2Xz
APP_DEBUG=true
dest: "{{ path }}/.env.local"
when: ansible_os_family == "Debian"