Use right env var and quote properly

This commit is contained in:
Luke Murphy 2020-03-22 17:07:51 +01:00
parent b6e7fd3a18
commit bdd571af79
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
ADMIN_MAIL: "{{ autonomic_admin_mail }}"
ADMIN_PASS: "{{ autonomic_admin_pass }}"
ADMIN_USER: "{{ autonomic_admin_user }}"
DB_HOST: "$DOKKU_MARIADB_LOLIPOP_PORT_3306_TCP"
DB_HOST: "${DOKKU_MARIADB_GITEA_PORT_3306_TCP}"
DB_NAME: "gitea"
DB_PASSWD: "{{ db_passwd }}"
DB_TYPE: "mysql"