X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Fonap-policy%2Fconfig%2Fpap%2FdefaultConfig.json;h=1890dae56ac5f5320a2657b2d58ab78fd343a41c;hb=f882873189c9df18fc9cd5dc994a663986f0d5a8;hp=369a37cf3bf6fcde615092b453cfcc1a24c2b6ec;hpb=599cbbcd69171ee0a6076cf545e1ec4be8982c51;p=oam.git diff --git a/solution/integration/smo/onap-policy/config/pap/defaultConfig.json b/solution/integration/smo/onap-policy/config/pap/defaultConfig.json index 369a37c..1890dae 100644 --- a/solution/integration/smo/onap-policy/config/pap/defaultConfig.json +++ b/solution/integration/smo/onap-policy/config/pap/defaultConfig.json @@ -5,7 +5,7 @@ "port": 6969, "userName": "healthcheck", "password": "zb!XztG34", - "https": true, + "https": false, "aaf": false }, "pdpParameters": { @@ -24,8 +24,8 @@ "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl", "databaseDriver": "org.mariadb.jdbc.Driver", "databaseUrl": "jdbc:mariadb://mariadb:3306/policyadmin", - "databaseUser": "policy_user", - "databasePassword": "policy_user", + "databaseUser": "root", + "databasePassword": "strong_pitchou", "persistenceUnit": "PolicyMariaDb" }, "topicParameterGroup": { @@ -57,7 +57,7 @@ "port": 6969, "userName": "healthcheck", "password": "zb!XztG34", - "useHttps": true, + "useHttps": false, "allowSelfSignedCerts" : true, "basePath": "policy/api/v1/healthcheck" }]