diff options
Diffstat (limited to 'catalog-fe/src/main/resources/config/configuration.yaml')
-rw-r--r-- | catalog-fe/src/main/resources/config/configuration.yaml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/catalog-fe/src/main/resources/config/configuration.yaml b/catalog-fe/src/main/resources/config/configuration.yaml index b2dc6da63d..d1156da771 100644 --- a/catalog-fe/src/main/resources/config/configuration.yaml +++ b/catalog-fe/src/main/resources/config/configuration.yaml @@ -27,10 +27,15 @@ healthCheckSocketTimeoutInMs: 5000 healthCheckIntervalInSeconds: 5 onboarding: - protocol: http - host: localhost - port: 8181 - healthCheckUri: "/onboarding/v1.0/healthcheck" + hostFe: localhost + protocolFe: http + portFe: 8181 + + hostBe: localhost + protocolBe: http + portBe: 8080 + + healthCheckUriFe: "/onboarding/v1.0/healthcheck" dcae: protocol: http @@ -92,6 +97,4 @@ kibanaProtocol: http healthStatusExclude: - DE - ES - - DMAPP - -
\ No newline at end of file + - DMAAP |