mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Fix DB driver var name.
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
<schema-name>public</schema-name>
|
||||
<jdbc-datasource>
|
||||
<url>{{ atl_jdbc_url }}</url>
|
||||
<driver-class>{{ atl_jdbc_driver }}</driver-class>
|
||||
<username>{{ atl_jdbc_user }}</username>
|
||||
<password>{{ atl_jdbc_password }}</password>
|
||||
<driver-class>{{ atl_db_driver }}</driver-class>
|
||||
|
||||
<pool-min-size>{{ atl_db_poolminsize }}</pool-min-size>
|
||||
<pool-max-size>{{ atl_db_poolmaxsize }}</pool-max-size>
|
||||
|
||||
Reference in New Issue
Block a user