[UI] Use MySQL instead of MariaDB
[validation.git] / ui / src / main / webapp / WEB-INF / conf / system.properties
index fa26104..0a4930f 100644 (file)
@@ -38,7 +38,7 @@ decryption_key                = AGLDdG4D04BKm2IxIWEr8o==
 ##########################################################################
 
 #Mysql
-db.driver =  org.mariadb.jdbc.Driver
+db.driver =  com.mysql.jdbc.Driver
 db.userName = akraino
 db.encrypt_flag = false
 db.hib.dialect = org.hibernate.dialect.MySQLDialect
@@ -66,7 +66,7 @@ log_cron                      = 0 0/1 * * * ?;
 #sessiontimeout_feed_cron        = 0 * * * * ? *
 
 # Link shown in Help menu
-contact_us_link = https://wiki.onap.org/display/DW/Portal
+contact_us_link =
 
 # An Unique 128-bit value defined to identify a specific version
 # of an application deployed on a specific virtual machine.