aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-server/src/main/resources/mdbc.properties
blob: d3feee21c0722ad1e610e62c3a463fb7dde1594c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#  A list of all Mixins that should be checked by MDBC
#
MIXINS= \
	org.onap.music.mdbc.mixins.H2Mixin \
	org.onap.music.mdbc.mixins.H2ServerMixin \
	org.onap.music.mdbc.mixins.MySQLMixin \
	org.onap.music.mdbc.mixins.CassandraMixin \
	org.onap.music.mdbc.mixins.Cassandra2Mixin

DEFAULT_DRIVERS=\
	org.h2.Driver \
	com.mysql.jdbc.Driver

txdaemonsleeps=15