|
|
url jdbc:hsqldb:hsql://localhost | url jdbc:hsqldb:hsql://localhost |
username sa | username sa |
password | password |
|
|
|
# Each urlid section in this file corresponds to one of the |
|
# server.urlid.X entries in the 'server.properties' file. |
|
# This is required by the hsqldb init script. |
|
|
|
# An example of additional database. |
|
#urlid newdb |
|
#url jdbc:hsqldb:hsql://localhost/newdb |
|
#username sa |
|
#password |