kanban/qa: add missing DB_DRIVER
This commit is contained in:
parent
9fe2e37298
commit
498349366f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue