✨ feat(ansible): Ajoute APP_DEBUG=false à la configuration de l'environnement prod
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
ansible.builtin.copy:
|
||||
content: |
|
||||
APP_ENV=prod
|
||||
APP_DEBUG=false
|
||||
VITE_LOAD=1
|
||||
DATABASE_URL="postgresql://{{ db_user }}:{{ db_password }}@127.0.0.1:5432/{{ db_name }}?serverVersion=16&charset=utf8"
|
||||
REDIS_DSN="redis://{{ redis_password }}@127.0.0.1:{{ redis_port }}"
|
||||
|
||||
Reference in New Issue
Block a user