summaryrefslogtreecommitdiffstats
path: root/deliveries/properties_simpledemo/ECOMPSDKAPP/system.properties
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-10-12 17:02:29 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-10-12 17:02:57 -0400
commit55bac427b18a6e37d6b09c4899b19b31cfa3d614 (patch)
tree7527d0757348242f50205d0b0fb31fb20ad5ed84 /deliveries/properties_simpledemo/ECOMPSDKAPP/system.properties
parentab1c5867bd8e93d095a571e9337f0979a4ddd924 (diff)
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) <clott@research.att.com>
Diffstat (limited to 'deliveries/properties_simpledemo/ECOMPSDKAPP/system.properties')
-rw-r--r--deliveries/properties_simpledemo/ECOMPSDKAPP/system.properties5
1 files changed, 2 insertions, 3 deletions
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