diff options
author | Guobiao Mo <guobiaomo@chinamobile.com> | 2019-10-22 15:46:31 -0700 |
---|---|---|
committer | Guobiao Mo <guobiaomo@chinamobile.com> | 2019-10-24 12:56:38 -0700 |
commit | 050f364b4a3736f92a1b0635ea04dfb74865c272 (patch) | |
tree | 4930bdcb00d7fe7a43fcd1267f40eb9ae325bc12 | |
parent | 7be70cdd7417ca5470b7db522796db0c19703ed4 (diff) |
Replace hard-coded IP address with host name
Issue-ID: DCAEGEN2-1637
Change-Id: I46a1e935a92e1e5cca8899f619dffe13ad8a958a
Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
-rw-r--r-- | components/datalake-handler/admin/src/proxy.conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 |