aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application-test.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/application-test.properties')
-rw-r--r--src/main/resources/application-test.properties16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties
index ca04a05..028040d 100644
--- a/src/main/resources/application-test.properties
+++ b/src/main/resources/application-test.properties
@@ -17,11 +17,13 @@
nbi.version = v3
# SERVER
-server.servlet.context-path = /nbi/api/${nbi.version}
+server.servlet.context-path = /nbi/api/${nbi.version}
server.port = 8080
# LOGGING
-logging.level. = ERROR
+logging.level.org.springframework = OFF
+logging.level.root = OFF
+spring.main.banner-mode = off
# ONAP
onap.lcpCloudRegionId = RegionOne
@@ -61,11 +63,11 @@ so.owning.entity.name = OE-generic
so.project.name = Project-generic
# DMAAP
-dmaap.host = http://127.0.0.1:8091
-dmaap.topic = AAI-EVENT
-dmaap.consumergroup = NBICG1
-dmaap.consumerid = NBIC1
-dmaap.timeout = 2000
+dmaap.host = http://127.0.0.1:8091
+dmaap.topic = AAI-EVENT
+dmaap.consumergroup = NBICG1
+dmaap.consumerid = NBIC1
+dmaap.timeout = 2000
# MSB
msb.enabled = false