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

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

txdaemonsleeps=15