From e67ad56c4c99bccecf1e63b46e56674d7682dfa0 Mon Sep 17 00:00:00 2001 From: vimukthi Date: Fri, 26 Jul 2019 13:54:40 +0530 Subject: [PATCH] Add consent DB datasource --- .../datasources/master-datasources.xml.erb | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pattern-1/bosh-release/jobs/wso2is/templates/repository/conf/datasources/master-datasources.xml.erb b/pattern-1/bosh-release/jobs/wso2is/templates/repository/conf/datasources/master-datasources.xml.erb index dd93268..956d7d2 100644 --- a/pattern-1/bosh-release/jobs/wso2is/templates/repository/conf/datasources/master-datasources.xml.erb +++ b/pattern-1/bosh-release/jobs/wso2is/templates/repository/conf/datasources/master-datasources.xml.erb @@ -91,6 +91,27 @@ + + WSO2_CONSENT_DS + The datasource used for consent data + + jdbc/WSO2ConsentDS + + + + <%= p("wso2is.consent_mgt_conf.consent_db.jdbc_url") %> + <%= p("wso2is.consent_mgt_conf.consent_db.username") %> + <%= p("wso2is.consent_mgt_conf.consent_db.password") %> + <%= p("wso2is.consent_mgt_conf.consent_db.driver") %> + 50 + 60000 + true + <%= p("wso2is.consent_mgt_conf.consent_db.query") %> + 30000 + + + +