blob: adf9a92d72cbbbc142d7a4e9e4ff3dcfbd564e92 [file] [log] [blame]
margarethaecbe72d2017-07-26 17:13:32 +02001#-------------------------------------------------------------------------------
2# MySQL Settings
3# todo: test user and password in classpath file
4
margaretha6240a6e2017-09-21 13:16:17 +02005#jdbc.database=mysql
6#jdbc.driverClassName=com.mysql.jdbc.Driver
7#jdbc.url=jdbc:mysql://localhost:3306/kustvakt?autoReconnect=true
8#jdbc.username=korap
9#jdbc.password=password
10#jdbc.schemaPath=db.new-mysql
margarethaecbe72d2017-07-26 17:13:32 +020011
12
13#-------------------------------------------------------------------------------
14# Sqlite Settings
15
margaretha6240a6e2017-09-21 13:16:17 +020016jdbc.database=sqlite
17jdbc.driverClassName=org.sqlite.JDBC
margaretha5e873cc2017-09-28 12:06:58 +020018jdbc.url=jdbc:sqlite:db-new.sqlite
margaretha6240a6e2017-09-21 13:16:17 +020019# jdbc.url=jdbc:sqlite:kustvakt_init_test.sqlite
20jdbc.username=pc
21jdbc.password=pc
22jdbc.schemaPath=db.new-sqlite