kanban/qa: add missing DB_DRIVER

This commit is contained in:
František Zatloukal 2024-05-28 22:05:55 +02:00
parent 9fe2e37298
commit 498349366f

View file

@ -2,6 +2,8 @@
value: "1"
- name: SECRET_KEY
value: "{{ (env == 'production')|ternary(kanban_secret_key, kanban_secret_key_stg) }}"
- name: DB_DRIVER
value: "postgresql+psycopg2"
- name: DB_DATABASE
value: "{{ kanban_db_name }}"
- name: DB_USER