Undo wrong DB URL for offline testing.

This commit is contained in:
dsyer
2007-12-11 19:38:09 +00:00
parent 5fa4ffc3b2
commit 5f72ab94c2

View File

@@ -1,9 +1,9 @@
# Placeholders batch.*
# for HSQLDB:
batch.jdbc.driver=org.hsqldb.jdbcDriver
# batch.jdbc.url=jdbc:hsqldb:mem:testdb;sql.enforce_strict_size=true
batch.jdbc.url=jdbc:hsqldb:mem:testdb;sql.enforce_strict_size=true
# use this one for a separate server process (so you can inspect the results)
batch.jdbc.url=jdbc:hsqldb:hsql://localhost:9005/samples
# batch.jdbc.url=jdbc:hsqldb:hsql://localhost:9005/samples
batch.jdbc.user=sa
batch.jdbc.password=
batch.schema=