include vars based on the type of database

This commit is contained in:
Adam Brokes
2020-07-16 14:39:32 +10:00
parent 8221cb69bd
commit 4d66ed7a75
6 changed files with 29 additions and 29 deletions

View File

@@ -4,7 +4,9 @@
<name>defaultDS</name>
<delegator-name>default</delegator-name>
<database-type>{{ atl_db_type }}</database-type>
{% if atl_db_general_type == 'postgres' %}}
<schema-name>public</schema-name>
{% endif %}}
<jdbc-datasource>
<url>{{ atl_jdbc_url }}</url>
<username>{{ atl_jdbc_user }}</username>