aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'prh-app-server/src/main/resources')
-rw-r--r--prh-app-server/src/main/resources/cbs_client_config.json5
-rw-r--r--prh-app-server/src/main/resources/consul_config.json5
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