diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-19 16:21:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-19 16:21:32 +0000 |
commit | a91ad1d135eef4ca5e827f4db9041ec8ac5bc202 (patch) | |
tree | 85b0e53d5ca9573110e89abf8fb1a913c8dbfe15 /ms/blueprintsprocessor/application/src/main/resources/application-dev.properties | |
parent | 9178321749ae68ff26fc6db73c750d562343ff6d (diff) | |
parent | 65279626aae2c414f023a85feb9e3fee41e7215c (diff) |
Merge "Refactor distribution module to application."
Diffstat (limited to 'ms/blueprintsprocessor/application/src/main/resources/application-dev.properties')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/resources/application-dev.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties b/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties index 1ea0c6390..e177c18cf 100755 --- a/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties @@ -23,6 +23,9 @@ # Web server config server.port=8081 +# Used in Health Check +endpoints.user.name=ccsdkapps +endpoints.user.password=ccsdkapps ### START -Controller Blueprints Properties # Load Resource Source Mappings |