DCD-224: Fix DB name var.

This commit is contained in:
Steve Smith
2019-04-17 11:37:56 +10:00
parent ef96d81aad
commit ade6b02c90
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
login_user: "{{ atl_db_root_user }}"
login_password: "{{ atl_db_root_password }}"
port: "{{ atl_db_port }}"
name: "{{ atl_jdbc_name }}"
name: "{{ atl_jdbc_db_name }}"
owner: "{{ atl_jdbc_user }}"
encoding: "{{ atl_jdbc_encoding }}"
lc_collate: "{{ atl_jdbc_collation }}"