diff options
author | micdzied <michal.1.dziedzic@nokia.com> | 2019-03-22 12:32:53 +0100 |
---|---|---|
committer | micdzied <michal.1.dziedzic@nokia.com> | 2019-04-08 14:25:04 +0200 |
commit | 624618c0d343c707d1a40588c3e226f8db2a2203 (patch) | |
tree | 3d0195aaf07bdb1e7a24051c2ac42c1f3ac2528a /prh-app-server/src/main/resources/consul_config.json | |
parent | 2abfecad9aeb88ba95d62d718376535fb6e00325 (diff) |
use CBS SDK in PRH
-remove unused classes
-fix junit tests
-use cbs
Change-Id: Ibc5841b713ad00522dd78a52b7cb7efa871cb8b4
Issue-ID: DCAEGEN2-1360
Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
Diffstat (limited to 'prh-app-server/src/main/resources/consul_config.json')
-rw-r--r-- | prh-app-server/src/main/resources/consul_config.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prh-app-server/src/main/resources/consul_config.json b/prh-app-server/src/main/resources/consul_config.json new file mode 100644 index 00000000..7cefd641 --- /dev/null +++ b/prh-app-server/src/main/resources/consul_config.json @@ -0,0 +1,5 @@ +{ + "consulHost": "10.42.111.9", + "cbsName": "cbs", + "appName": "dcae-prh" +}
\ No newline at end of file |