diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-02 16:10:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-02 16:10:22 +0000 |
commit | f1635fe8e027e9230066b04f5768bb9a5ba0124b (patch) | |
tree | 30c7c927a09512f3da92769bc5df626a155df346 /feature-healthcheck/src | |
parent | 406905a07839603e74aa184ebd2b48a3a9fb8d0c (diff) | |
parent | 1bd5456b94cc54637808728766803d0f2515303a (diff) |
Merge "[POLICY-66] healtcheck feature config and db prep"
Diffstat (limited to 'feature-healthcheck/src')
-rw-r--r-- | feature-healthcheck/src/main/feature/config/feature-healthcheck.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties index cb31e8f0..5aaae4a1 100644 --- a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties +++ b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties @@ -24,6 +24,8 @@ http.server.services.HEALTHCHECK.port=6969 http.server.services.HEALTHCHECK.restClasses=org.onap.policy.drools.healthcheck.RestHealthCheck http.server.services.HEALTHCHECK.managed=false http.server.services.HEALTHCHECK.swagger=true +http.server.services.HEALTHCHECK.userName=${{HEALTHCHECK_USER}} +http.server.services.HEALTHCHECK.password=${{HEALTHCHECK_PASSWORD}} http.client.services=PAP,PDP |