From: Guobiao Mo Date: Tue, 22 Oct 2019 22:46:31 +0000 (-0700) Subject: Replace hard-coded IP address with host name X-Git-Tag: 2.0.0~48 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=050f364b4a3736f92a1b0635ea04dfb74865c272;p=dcaegen2%2Fservices.git Replace hard-coded IP address with host name Issue-ID: DCAEGEN2-1637 Change-Id: I46a1e935a92e1e5cca8899f619dffe13ad8a958a Signed-off-by: Guobiao Mo --- diff --git a/components/datalake-handler/admin/src/proxy.conf.json b/components/datalake-handler/admin/src/proxy.conf.json index a485617b..d9b1aeab 100644 --- a/components/datalake-handler/admin/src/proxy.conf.json +++ b/components/datalake-handler/admin/src/proxy.conf.json @@ -1,6 +1,6 @@ { "/datalake/v1": { - "target": "http://10.103.12.175:1680", + "target": "http://dl-feeder:1680", "secure": false, "logLevel": "debug", "changeOrigin": true