diff options
author | Michael Lando <ml636r@att.com> | 2017-07-22 17:10:02 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-07-22 17:10:02 +0300 |
commit | 9db4052423f34a76296ffdcda896cdeba2b4aead (patch) | |
tree | 7c3b779c6d09be40283158382dee2cf02767761e /catalog-fe/src/main/resources | |
parent | 3c3c833897dbfc0e85feaf36086a505f990ecb76 (diff) |
[sdc] 1710 rebase code
Change-Id: Icedeac71c0a9d27518969effcd5d5519de9955a6
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-fe/src/main/resources')
-rw-r--r-- | catalog-fe/src/main/resources/config/configuration.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/catalog-fe/src/main/resources/config/configuration.yaml b/catalog-fe/src/main/resources/config/configuration.yaml index cd123ca220..1eda94b178 100644 --- a/catalog-fe/src/main/resources/config/configuration.yaml +++ b/catalog-fe/src/main/resources/config/configuration.yaml @@ -26,6 +26,12 @@ requestTimeout: 10 healthCheckSocketTimeoutInMs: 5000 healthCheckIntervalInSeconds: 5 +onboarding: + protocol: http + host: localhost + port: 8181 + healthCheckUri: "/onboarding/v1.0/healthcheck" + identificationHeaderFields: - - &HTTP_IV_USER HTTP_IV_USER |