From 55bac427b18a6e37d6b09c4899b19b31cfa3d614 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Thu, 12 Oct 2017 17:02:29 -0400 Subject: Switch SDK app to Mariadb connector. Also drop properties for DBC app that is no longer deployed. Issue: PORTAL-104 Change-Id: I5db42bf8342650caf20675bcef43fcf3e3af2dbb Signed-off-by: Christopher Lott (cl778h) --- deliveries/properties_simpledemo/ECOMPSDKAPP/system.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'deliveries/properties_simpledemo/ECOMPSDKAPP/system.properties') diff --git a/deliveries/properties_simpledemo/ECOMPSDKAPP/system.properties b/deliveries/properties_simpledemo/ECOMPSDKAPP/system.properties index 105502f1..72478fb6 100644 --- a/deliveries/properties_simpledemo/ECOMPSDKAPP/system.properties +++ b/deliveries/properties_simpledemo/ECOMPSDKAPP/system.properties @@ -23,9 +23,8 @@ decryption_key = AGLDdG4D04BKm2IxIWEr8o== # The following properties MAY require changes by partner applications. ########################################################################## -#Mysql -db.driver = com.mysql.jdbc.Driver -db.connectionURL = jdbc:mysql://portal-db:3306/ecomp_sdk +db.driver = org.mariadb.jdbc.Driver +db.connectionURL = jdbc:mariadb://portal-db:3306/ecomp_sdk db.userName = root db.password = Aa123456 db.min_pool_size = 5 -- cgit 1.2.3-korg