Pretend there is only one database ever
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-13 15:09:59 +02:00
parent e47e7670a9
commit 2791788c95

View File

@ -2,9 +2,9 @@
port: 8080
db:
- type: "mariadb"
password: "{{ db_passwd }}"
root_password: "{{ root_db_passwd }}"
type: "mariadb"
password: "{{ db_passwd }}"
root_password: "{{ root_db_passwd }}"
env:
DB_ADDR: "{{ dokku_db_addr }}"