diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-04-21 13:33:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-21 13:33:42 +0000 |
commit | 17edc3c718345d4e2e1b045ccec776dab300abbb (patch) | |
tree | 5f4b5815e83e3c28cae3a94a543decb189713e0b /README.md | |
parent | a52998489e2c38f7d443a8d7e4ff0b6a6b6acc8a (diff) | |
parent | 2a7317e1f2024847bd6e44310aa266351490e0f0 (diff) |
Merge "Remove legacy password encryption"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -41,9 +41,9 @@ Note that all others configurations can be configured in the JSON as well, ```json { - "spring.datasource.cldsdb.url": "jdbc:mysql://anotherDB.onap.org:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3", - "spring.datasource.cldsdb.username": "admin", - "spring.datasource.cldsdb.password": "password" + "spring.datasource.url": "jdbc:mysql://anotherDB.onap.org:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3", + "spring.datasource.username": "admin", + "spring.datasource.password": "password" "clamp.config.dcae.inventory.url": "http://dcaegen2.host:8080", "clamp.config.dcae.dispatcher.url": "http://dcaegen2.host:8080", |