aboutsummaryrefslogtreecommitdiffstats
path: root/csit/config/pap/defaultConfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'csit/config/pap/defaultConfig.json')
-rw-r--r--csit/config/pap/defaultConfig.json16
1 files changed, 6 insertions, 10 deletions
diff --git a/csit/config/pap/defaultConfig.json b/csit/config/pap/defaultConfig.json
index 1e47c7e7..51a4c044 100644
--- a/csit/config/pap/defaultConfig.json
+++ b/csit/config/pap/defaultConfig.json
@@ -31,24 +31,21 @@
"topicParameterGroup": {
"topicSources" : [{
"topic" : "POLICY-PDP-PAP",
- "servers" : [ "policy.api.simpledemo.onap.org" ],
+ "servers" : [ "message-router" ],
"topicCommInfrastructure" : "dmaap",
- "useHttps": true,
- "allowSelfSignedCerts" : true
+ "useHttps": true
}],
"topicSinks" : [{
"topic" : "POLICY-PDP-PAP",
- "servers" : [ "policy.api.simpledemo.onap.org" ],
+ "servers" : [ "message-router" ],
"topicCommInfrastructure" : "dmaap",
- "useHttps": true,
- "allowSelfSignedCerts" : true
+ "useHttps": true
},
{
"topic" : "POLICY-NOTIFICATION",
- "servers" : [ "policy.api.simpledemo.onap.org" ],
+ "servers" : [ "message-router" ],
"topicCommInfrastructure" : "dmaap",
- "useHttps": true,
- "allowSelfSignedCerts" : true
+ "useHttps": true
}]
},
"healthCheckRestClientParameters":[{
@@ -58,7 +55,6 @@
"userName": "healthcheck",
"password": "zb!XztG34",
"useHttps": true,
- "allowSelfSignedCerts" : true,
"basePath": "policy/api/v1/healthcheck"
}]
}