aboutsummaryrefslogtreecommitdiffstats
path: root/feature-state-management/src/test/resources/feature-state-management.properties
diff options
context:
space:
mode:
Diffstat (limited to 'feature-state-management/src/test/resources/feature-state-management.properties')
-rw-r--r--feature-state-management/src/test/resources/feature-state-management.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/feature-state-management/src/test/resources/feature-state-management.properties b/feature-state-management/src/test/resources/feature-state-management.properties
index 64c7c660..56d18b54 100644
--- a/feature-state-management/src/test/resources/feature-state-management.properties
+++ b/feature-state-management/src/test/resources/feature-state-management.properties
@@ -25,7 +25,13 @@ javax.persistence.jdbc.user = sa
javax.persistence.jdbc.password =
# DroolsPDPIntegrityMonitor Properties
-hostPort = 0.0.0.0:57692
+#Test interface host and port defaults may be overwritten here
+http.server.services.TEST.host=0.0.0.0
+http.server.services.TEST.port=9981
+#These properties will default to the following if no other values are provided:
+# http.server.services.TEST.restClasses=org.onap.policy.drools.statemanagement.IntegrityMonitorRestManager
+# http.server.services.TEST.managed=false
+# http.server.services.TEST.swagger=true
#IntegrityMonitor Properties