diff options
Diffstat (limited to 'services/services-onappf/src/main/resources/config')
-rw-r--r-- | services/services-onappf/src/main/resources/config/OnapPfConfig.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/services/services-onappf/src/main/resources/config/OnapPfConfig.json b/services/services-onappf/src/main/resources/config/OnapPfConfig.json index c0a4a950f..2d4a4ec26 100644 --- a/services/services-onappf/src/main/resources/config/OnapPfConfig.json +++ b/services/services-onappf/src/main/resources/config/OnapPfConfig.json @@ -26,14 +26,14 @@ }, "topicParameterGroup": { "topicSources" : [{ - "topic" : "POLICY-PDP-PAP", - "servers" : [ "message-router" ], - "topicCommInfrastructure" : "dmaap" + "topic" : "policy-pdp-pap", + "servers" : [ "localhost" ], + "topicCommInfrastructure" : "NOOP" }], "topicSinks" : [{ - "topic" : "POLICY-PDP-PAP", - "servers" : [ "message-router" ], - "topicCommInfrastructure" : "dmaap" + "topic" : "policy-pdp-pap", + "servers" : [ "localhost" ], + "topicCommInfrastructure" : "NOOP" }] } } |