Replace hard-coded IP address with host name 76/97576/1
authorGuobiao Mo <guobiaomo@chinamobile.com>
Tue, 22 Oct 2019 22:46:31 +0000 (15:46 -0700)
committerGuobiao Mo <guobiaomo@chinamobile.com>
Thu, 24 Oct 2019 19:56:38 +0000 (12:56 -0700)
Issue-ID: DCAEGEN2-1637
Change-Id: I46a1e935a92e1e5cca8899f619dffe13ad8a958a
Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
components/datalake-handler/admin/src/proxy.conf.json

index a485617..d9b1aea 100644 (file)
@@ -1,6 +1,6 @@
 {
   "/datalake/v1": {
-    "target": "http://10.103.12.175:1680",
+    "target": "http://dl-feeder:1680",
     "secure": false,
     "logLevel": "debug",
     "changeOrigin": true