aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/config.yml
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-03-22 11:02:57 -0400
committerMichael Hwang <mhwang@research.att.com>2018-03-26 10:56:24 -0400
commite65fc2fc02594a7c8640a6330b2373db1efb923e (patch)
tree4433e083f96dcb1ad26c6f73d437195d6d8f7a75 /src/main/resources/config.yml
parent7f61b70d33879712c5dad64c04a5d54b2b065138 (diff)
Add unit tests to reach 50% coverage
Ripped out the dcae controller code which is no longer needed. Change-Id: I43906edb80bcd5e25445ec2a7175c6748b0ab2ae Signed-off-by: Michael Hwang <mhwang@research.att.com> Issue-ID: DCAEGEN2-257
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r--src/main/resources/config.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 505eea5..e882be0 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -40,14 +40,6 @@ database:
# the minimum amount of time an connection must sit idle in the pool before it is eligible for eviction
minIdleTime: 1 minute
-dcaeControllerConnection:
- host: dcae-controller-hostname
- port: 9998
- # Apparently this is variable parameter amongst DCAE controller instances
- basePath: resources
- user:
- password:
-
databusControllerConnection:
host: databus-controller-hostname
port: 8443