margaretha | ecbe72d | 2017-07-26 17:13:32 +0200 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # MySQL Settings |
| 3 | # todo: test user and password in classpath file |
| 4 | |
margaretha | 6240a6e | 2017-09-21 13:16:17 +0200 | [diff] [blame] | 5 | #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 |
margaretha | ecbe72d | 2017-07-26 17:13:32 +0200 | [diff] [blame] | 11 | |
| 12 | |
| 13 | #------------------------------------------------------------------------------- |
| 14 | # Sqlite Settings |
| 15 | |
margaretha | 6240a6e | 2017-09-21 13:16:17 +0200 | [diff] [blame] | 16 | jdbc.database=sqlite |
| 17 | jdbc.driverClassName=org.sqlite.JDBC |
margaretha | 5e873cc | 2017-09-28 12:06:58 +0200 | [diff] [blame] | 18 | jdbc.url=jdbc:sqlite:db-new.sqlite |
margaretha | 6240a6e | 2017-09-21 13:16:17 +0200 | [diff] [blame] | 19 | # jdbc.url=jdbc:sqlite:kustvakt_init_test.sqlite |
| 20 | jdbc.username=pc |
| 21 | jdbc.password=pc |
| 22 | jdbc.schemaPath=db.new-sqlite |