mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
include vars based on the type of database
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user