aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/test/resources/correct_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'prh-app-server/src/test/resources/correct_config.json')
-rw-r--r--prh-app-server/src/test/resources/correct_config.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/prh-app-server/src/test/resources/correct_config.json b/prh-app-server/src/test/resources/correct_config.json
index ec3ebee4..7ec2f74c 100644
--- a/prh-app-server/src/test/resources/correct_config.json
+++ b/prh-app-server/src/test/resources/correct_config.json
@@ -53,11 +53,13 @@
"security.enableDmaapCertAuth":false,
"streams_publishes":{
"pnf-update":{
+ "type": "message_router",
"dmaap_info":{
"topic_url":"http://dmaap-mr:2222/events/unauthenticated.PNF_UPDATE"
}
},
"pnf-ready":{
+ "type": "message_router",
"dmaap_info":{
"topic_url":"http://dmaap-mr:2222/events/unauthenticated.PNF_READY"
}
@@ -65,6 +67,7 @@
},
"streams_subscribes":{
"ves-reg-output":{
+ "type": "message_router",
"dmaap_info":{
"topic_url":"http://dmaap-mr:2222/events/unauthenticated.VES_PNFREG_OUTPUT"
}