blob: 48f51f59a4e55e2506f4fb3dfe57970f319921a7 [file] [log] [blame]
margaretha6c2a20f2017-07-24 15:33:01 +02001#-------------------------------------------------------------------------------
2# Sqlite Settings
3
4jdbc.database=sqlite
5jdbc.driverClassName=org.sqlite.JDBC
margarethabc9caf42017-09-21 18:52:52 +02006jdbc.url=jdbc:sqlite::memory:
margaretha318fec32017-10-24 12:11:58 +02007#jdbc.url=jdbc:sqlite:testDB.sqlite
margaretha6c2a20f2017-07-24 15:33:01 +02008jdbc.username=pc
9jdbc.password=pc
margarethafcf8bd92021-01-14 10:55:53 +010010jdbc.schemaPath=classpath:db/sqlite,db/predefined,db/test