For DB passwords comprising '&' replace it with '&'

This commit is contained in:
Dylan Rathbone
2020-04-09 14:44:16 +10:00
parent e539685148
commit 6ce93e0a32
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
jdbc.driver={{ atl_db_driver }}
jdbc.url={{ atl_jdbc_url }}
jdbc.user={{ atl_jdbc_user }}
jdbc.password={{ atl_jdbc_password }}
jdbc.password={{ atl_jdbc_password | replace("&", "&") }}
hazelcast.network.aws=true
hazelcast.network.aws.tag.key=Cluster