diff options
author | Piotr Wielebski <piotr.wielebski@nokia.com> | 2019-04-12 13:24:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-12 13:24:33 +0000 |
commit | 49097b571e920255dfb85a4bf61d3522c096242b (patch) | |
tree | fc9e8e9fcd10c0230f341c22e7e6461e9579aa97 | |
parent | 95775a1da5c70e01738fb1c939f552b755af6e1d (diff) | |
parent | ebeb7862f352dbbbaede4eecd511a5b102eea666 (diff) |
Merge "Fix consulHost"
-rw-r--r-- | prh-app-server/src/main/resources/consul_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 |