summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-10-12 16:42:03 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-10-12 16:42:33 -0400
commitddd8720d597fc9053a455b10445fb253adbc4bf7 (patch)
treebbbbd5b99273127806ce87ef3ffcdfa58d59b437 /ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties
parent79d729df66d997774a3ea87ea4f4fba255da51f6 (diff)
Switch to Mariadb connector.
Issue: PORTAL-104 Change-Id: I71651b5dbbbe397d91168d59dfbc37d4da5778ea Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties')
-rw-r--r--ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties
index d988ec21..de056a3d 100644
--- a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties
+++ b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/conf/system.properties
@@ -25,8 +25,8 @@ decryption_key = AGLDdG4D04BKm2IxIWEr8o==
#Mysql
-db.driver = com.mysql.jdbc.Driver
-db.connectionURL = jdbc:mysql://localhost:3306/ecomp_sdk_os
+db.driver = org.mariadb.jdbc.Driver
+db.connectionURL = jdbc:mariadb://localhost:3306/ecomp_sdk
db.userName = userName
db.password = password
db.encrypt_flag = false