mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
For DB passwords comprising '&' replace it with '&'
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<jdbc-datasource>
|
||||
<url>{{ atl_jdbc_url }}</url>
|
||||
<username>{{ atl_jdbc_user }}</username>
|
||||
<password>{{ atl_jdbc_password }}</password>
|
||||
<password>{{ atl_jdbc_password | replace("&", "&") }}</password>
|
||||
<driver-class>{{ atl_db_driver }}</driver-class>
|
||||
|
||||
<pool-min-size>{{ atl_db_poolminsize }}</pool-min-size>
|
||||
|
||||
Reference in New Issue
Block a user