diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-09-16 10:53:17 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-09-16 14:18:05 -0400 |
commit | 3a3dab8f3d23e10e60ecef0218a584cd8221ae17 (patch) | |
tree | ac91a7fa4c98dddcb71de3266deb9b0670de9b65 /packages/policy-pap-tarball/src/main/resources/etc | |
parent | 9706add269dd0fe18f1267fdf1084154ae022d78 (diff) |
Remove base64 encoding of password from pap
Remove base64 encoding of db password from pap configuration.
Issue-ID: POLICY-2550
Change-Id: I08f25adbe75b9573ed58424d142895eb8353b3f0
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'packages/policy-pap-tarball/src/main/resources/etc')
-rw-r--r-- | packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json index e1e06722..f0bee8af 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json @@ -25,7 +25,7 @@ "databaseDriver": "org.mariadb.jdbc.Driver", "databaseUrl": "jdbc:mariadb://mariadb:3306/policyadmin", "databaseUser": "policy_user", - "databasePassword": "cG9saWN5X3VzZXI=", + "databasePassword": "policy_user", "persistenceUnit": "PolicyMariaDb" }, "topicParameterGroup": { |