diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-22 11:20:18 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-22 13:56:52 -0500 |
commit | 38d8f5f82c952db34e139488dd7619f620ecc742 (patch) | |
tree | 546e24c91091dccca66180bf0e9c93a1b9ac4f4d /installation/src/main/properties/sql-resource.properties | |
parent | 1e1fc55411b7569aae9f550046ca14e5db03d5cb (diff) |
Remove embedded passwords
Updated properties files to use env variables instead of
embedded default passwords.
Change-Id: I7b5a796bbb5d386dda8cba47cbb977ec47838a11
Issue-ID: SDNC-1482
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: d0a86a8593f3832f11198e91c2343db6fad5a1a9
Diffstat (limited to 'installation/src/main/properties/sql-resource.properties')
-rw-r--r-- | installation/src/main/properties/sql-resource.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/src/main/properties/sql-resource.properties b/installation/src/main/properties/sql-resource.properties index ac32f773..0e3714eb 100644 --- a/installation/src/main/properties/sql-resource.properties +++ b/installation/src/main/properties/sql-resource.properties @@ -19,5 +19,5 @@ # ============LICENSE_END========================================================= ### -org.openecomp.sdnc.resource.sql.cryptkey=QtfJMKggVk +org.onap.sdnc.resource.sql.cryptkey=${SQL_CRYPTKEY:-duMmyCrYptkEy} |