diff options
Diffstat (limited to 'vid-app-common/src/test')
-rw-r--r-- | vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties | 4 | ||||
-rw-r--r-- | vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties b/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties index 81f2bbc3e..bbbb4972a 100644 --- a/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties +++ b/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties @@ -28,8 +28,8 @@ org.quartz.jobStore.clusterCheckinInterval = 20000 # Configure Datasources #============================================================================ -org.quartz.dataSource.myDS.driver = com.mysql.jdbc.Driver -org.quartz.dataSource.myDS.URL = jdbc:mysql://localhost:3306/vid_portal +org.quartz.dataSource.myDS.driver = org.mariadb.jdbc.Driver +org.quartz.dataSource.myDS.URL = jdbc:mariadb://localhost:3306/vid_openecomp_epsdk org.quartz.dataSource.myDS.user = euser org.quartz.dataSource.myDS.password = euser org.quartz.dataSource.myDS.maxConnections = 5 diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml index bc4040e68..9c8b03caf 100644 --- a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml +++ b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml @@ -42,15 +42,11 @@ decryption_key = AGLDdG4D04BKm2IxIWEr8o== #hb.dialect=org.hibernate.dialect.PostgreSQLDialect #hb.show_sql=true - db.connectionURL = jdbc:mysql://demeter.homer.att.com:3306/ecomp_sdk_1707_att - db.userName = portal - db.password = P0rt@l - #Mysql -db.driver = com.mysql.jdbc.Driver -#db.connectionURL = jdbc:mysql://localhost:3306/ecomp_sdk +db.driver = org.mariadb.jdbc.Driver +#db.connectionURL = jdbc:mariadb://localhost:3306/vid_openecomp_epsdk #db.userName = ecomp_sdk_user #db.password = ecomp_sdk_pass db.hib.dialect = org.hibernate.dialect.MySQLDialect |