diff options
author | 2019-05-09 11:41:11 +0200 | |
---|---|---|
committer | 2019-06-03 14:35:51 +0200 | |
commit | 7c8f795a243d1b68c5f1595933aa564b513a23fd (patch) | |
tree | 28f57ef8d23c82332943429ce859c580ecf7080e /prh-app-server/src/main/resources | |
parent | aa0e23d09507e7f675a747dd75120ed94e8c111d (diff) |
cleanups around CbsClientConfiguration resolving
Change-Id: Id3c02de034fbf396e81dab39c4442880b346e70d
Issue-ID: DCAEGEN2-1544
Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'prh-app-server/src/main/resources')
-rw-r--r-- | prh-app-server/src/main/resources/cbs_client_config.json | 5 | ||||
-rw-r--r-- | prh-app-server/src/main/resources/consul_config.json | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/prh-app-server/src/main/resources/cbs_client_config.json b/prh-app-server/src/main/resources/cbs_client_config.json new file mode 100644 index 00000000..0f196a1e --- /dev/null +++ b/prh-app-server/src/main/resources/cbs_client_config.json @@ -0,0 +1,5 @@ +{ + "hostname": "cbs", + "port": 10000, + "appName": "dcae-prh" +}
\ No newline at end of file diff --git a/prh-app-server/src/main/resources/consul_config.json b/prh-app-server/src/main/resources/consul_config.json deleted file mode 100644 index 674e90ad..00000000 --- a/prh-app-server/src/main/resources/consul_config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "consulHost": "consul", - "cbsName": "cbs", - "appName": "dcae-prh" -}
\ No newline at end of file |