switch from hsqldb to mckoidb data source.
This commit is contained in:
parent
857625515b
commit
b930d63621
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
# Properties of antville datasource for hsqldb connection
|
||||
|
||||
antville.url=jdbc:hsqldb:db/antville
|
||||
antville.driver=org.hsqldb.jdbcDriver
|
||||
antville.user=sa
|
||||
antville.password=
|
||||
# Properties of antville datasource
|
||||
antville.url=jdbc:mckoi:local://./db.conf
|
||||
antville.driver=com.mckoi.JDBCDriver
|
||||
antville.user=admin
|
||||
antville.password=entwil
|
||||
|
|
Loading…
Add table
Reference in a new issue