diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-17 20:49:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-17 20:49:29 +0000 |
commit | 96439fd45f758c8d1795e2836e3486ade3d6507a (patch) | |
tree | 292c8c0b390e41f147db527c09940ebf7389b0c8 /ms/controllerblueprints/README.md | |
parent | c0e266ad837030b4032bd4a08b61e15852dfc5b7 (diff) | |
parent | 6de2171cd73873d5d2f5252e7238cb8d31aca806 (diff) |
Merge "Add multiple path load service."
Diffstat (limited to 'ms/controllerblueprints/README.md')
-rwxr-xr-x | ms/controllerblueprints/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/README.md b/ms/controllerblueprints/README.md index 43eeee5f..3ca48d1c 100755 --- a/ms/controllerblueprints/README.md +++ b/ms/controllerblueprints/README.md @@ -8,6 +8,6 @@ Application VM Arguments : -Dspring.datasource.url=jdbc:mysql://127.0.0.1:3306/sdnctl
-Dspring.datasource.username=sdnctl
-Dspring.datasource.password=sdnctl
--Dblueprints.load.initial-data=true
+-Dcontrollerblueprints.loadInitialData=true
-Dspring.profiles.active=dev
|