From: Marcin Migdal Date: Fri, 12 Apr 2019 13:18:50 +0000 (+0200) Subject: Fix consulHost X-Git-Tag: 1.2.2~1^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ebeb7862f352dbbbaede4eecd511a5b102eea666;p=dcaegen2%2Fservices%2Fprh.git Fix consulHost Change-Id: I7a94b672367a0deb92fbf88472ee2e8ee8505ca3 Issue-ID: DCAEGEN2-1361 Signed-off-by: Marcin Migdal --- diff --git a/prh-app-server/src/main/resources/consul_config.json b/prh-app-server/src/main/resources/consul_config.json index 2ec0d57c..674e90ad 100644 --- a/prh-app-server/src/main/resources/consul_config.json +++ b/prh-app-server/src/main/resources/consul_config.json @@ -1,5 +1,5 @@ { - "consulHost": "10.42.111.11", + "consulHost": "consul", "cbsName": "cbs", "appName": "dcae-prh" } \ No newline at end of file