now using relative path to hsqldb files
This commit is contained in:
parent
c7cc771d45
commit
c4ff262a1d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Properties of antville datasource for hsqldb connection
|
# Properties of antville datasource for hsqldb connection
|
||||||
|
|
||||||
antville.url=jdbc:hsqldb://path/to/db/antville
|
antville.url=jdbc:hsqldb:db/antville
|
||||||
antville.driver=org.hsqldb.jdbcDriver
|
antville.driver=org.hsqldb.jdbcDriver
|
||||||
antville.user=sa
|
antville.user=sa
|
||||||
antville.password=
|
antville.password=
|
||||||
|
|
Loading…
Add table
Reference in a new issue