X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-PAP-REST%2Fxacml.pap.properties;h=bd0fed40cb4abd0fa4a9ace746544cbce005be4f;hb=f74bbc97aefb9c7e550b8e123581f1e4fa78f84d;hp=b0fa954a861b48328046a71266e06191d52d3e11;hpb=073cc188efe9abb4c010cf674e34e2cf46ef1c52;p=policy%2Fengine.git diff --git a/ONAP-PAP-REST/xacml.pap.properties b/ONAP-PAP-REST/xacml.pap.properties index b0fa954a8..bd0fed40c 100644 --- a/ONAP-PAP-REST/xacml.pap.properties +++ b/ONAP-PAP-REST/xacml.pap.properties @@ -29,8 +29,7 @@ dictionary.impl.className=org.onap.policy.pap.xacml.rest.handler.DictionaryHandl savePolicy.impl.className=org.onap.policy.pap.xacml.rest.handler.SavePolicyHandler pushPolicy.impl.className=org.onap.policy.pap.xacml.rest.handler.PushPolicyHandler deletePolicy.impl.className=org.onap.policy.pap.xacml.rest.handler.DeleteHandler -#AutoPush Policy -xacml.rest.pap.autopush.file=autopush.properties + #=====================================================================================# #===============The Below Properties will be changed based on Environment=============# #=====================================================================================# @@ -89,8 +88,8 @@ xacml.rest.pdp.idfile=test.properties #Properties for db access #properties for MySql xacml database: PLEASE DO NOT REMOVE... NEEDED FOR APIs -javax.persistence.jdbc.driver=com.mysql.jdbc.Driver -javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/onap_sdk?failOverReadOnly=false&autoReconnect=true +javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver +javax.persistence.jdbc.url=jdbc:mariadb://localhost:3306/onap_sdk?connectTimeout=30000&socketTimeout=60000&log=true&sessionVariables=max_statement_time=30 javax.persistence.jdbc.user=policy_user javax.persistence.jdbc.password=policy_user @@ -109,9 +108,6 @@ xacml.rest.pap.notify.timeoutms=10000 #the number of times an incoming policy update notification will be tried to be processed (or until it succeeds) xacml.rest.pap.incomingnotification.tries=4 -#AutoPush Policy Flag -xacml.rest.pap.autopush.flag=false - #***Properties for IntegrityMonitor integration defined in XACMLRestProperties.java*** #The name of the PAP. Must be unique across the system @@ -162,4 +158,4 @@ CLIENT_KEY= #Micro Service Model Properties xacml.policy.msOnapName=http://org.onap -xacml.policy.msPolicyName=http://org.onap.policy \ No newline at end of file +xacml.policy.msPolicyName=http://org.onap.policy