From 2791788c95f9ae9f66bba079e0ccc07baa37ca81 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 Apr 2020 15:09:59 +0200 Subject: [PATCH] Pretend there is only one database ever --- deploy.d/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy.d/config.yml b/deploy.d/config.yml index 1eceb46..b61e9f6 100644 --- a/deploy.d/config.yml +++ b/deploy.d/config.yml @@ -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 }}"