aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@att.com>2017-10-17 10:56:21 +0300
committerOfir Sonsino <os0695@att.com>2017-10-17 10:56:21 +0300
commit09578d33415700be992af18efe5ac0ba109c7340 (patch)
treec380834d725ca1d043566688f00ba87a4b303bd2
parent8f25eac2337c1d3ad6b7afd40d08768f72aeee81 (diff)
Switch to MariaDB connector
Change-Id: I9fbc057ba1e8077725f64202544d35483077ef03 Issue-ID: VID-83 Signed-off-by: Ofir Sonsino <os0695@att.com>
-rwxr-xr-xepsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties4
-rwxr-xr-xepsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties
index 0cbc3126a..7a6d5d9c9 100755
--- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties
+++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties
@@ -62,8 +62,8 @@ decryption_key = AGLDdG4D04BKm2IxIWEr8o==
#hb.show_sql=true
#Mysql
-db.driver = com.mysql.jdbc.Driver
-db.connectionURL = jdbc:mysql://localhost:3306/vid_openecomp_epsdk
+db.driver = org.mariadb.jdbc.Driver
+db.connectionURL = jdbc:mariadb://localhost:3306/vid_openecomp_epsdk
db.userName = euser
db.password = euser
#db.hib.dialect = org.hibernate.dialect.MySQLDialect
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties
index a872ef2d7..0ce1d5d20 100755
--- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties
+++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties
@@ -18,8 +18,8 @@
#hb.show_sql=true
#mysql
-db.driver = com.mysql.jdbc.Driver
-db.connectionURL = jdbc:mysql://${VID_MYSQL_HOST}:${VID_MYSQL_PORT}/${VID_MYSQL_DBNAME}
+db.driver = org.mariadb.jdbc.Driver
+db.connectionURL = jdbc:mariadb://${VID_MYSQL_HOST}:${VID_MYSQL_PORT}/${VID_MYSQL_DBNAME}
db.userName = ${VID_MYSQL_USER}
db.password = ${VID_MYSQL_PASS}
db.hib.dialect = org.hibernate.dialect.MySQLDialect