Newer
Older
simple-database / data / database.properties
rnentjes on 13 Nov 2013 378 bytes Initial commit
datasource.h2.username=sa
datasource.h2.password=
datasource.h2.databaseUrl=jdbc:stat:webServerPort=19999:jdbc:h2:tcp://localhost/ourvoice
#datasource.h2.databaseDriver=org.h2.Driver
datasource.h2.databaseDriver=nl.astraeus.jdbc.Driver
datasource.h2.minConnections=1
datasource.h2.maxConnections=4
datasource.h2.heartbeatsql=select 1
datasource.h2.isolationlevel=read_committed