diff options
Diffstat (limited to 'csit/config/pap/defaultConfig.json')
-rw-r--r-- | csit/config/pap/defaultConfig.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csit/config/pap/defaultConfig.json b/csit/config/pap/defaultConfig.json index 1fabd54e..0d324df5 100644 --- a/csit/config/pap/defaultConfig.json +++ b/csit/config/pap/defaultConfig.json @@ -32,21 +32,21 @@ "topicParameterGroup": { "topicSources" : [{ "topic" : "POLICY-PDP-PAP", - "servers" : [ "policy.api.simpledemo.onap.org" ], + "servers" : [ "simulator" ], "topicCommInfrastructure" : "dmaap", "useHttps": true, "allowSelfSignedCerts" : true }], "topicSinks" : [{ "topic" : "POLICY-PDP-PAP", - "servers" : [ "policy.api.simpledemo.onap.org" ], + "servers" : [ "simulator" ], "topicCommInfrastructure" : "dmaap", "useHttps": true, "allowSelfSignedCerts" : true }, { "topic" : "POLICY-NOTIFICATION", - "servers" : [ "policy.api.simpledemo.onap.org" ], + "servers" : [ "simulator" ], "topicCommInfrastructure" : "dmaap", "useHttps": true, "allowSelfSignedCerts" : true |