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