22 lines
756 B
Properties
22 lines
756 B
Properties
|
# Hsqldb Server cfg file.
|
||
|
# See the Advanced Topics chapter of the Hsqldb User Guide.
|
||
|
|
||
|
server.database.0 file:data/db0
|
||
|
server.dbname.0 firstdb
|
||
|
server.urlid.0 db0-url
|
||
|
server.silent true
|
||
|
server.trace false
|
||
|
|
||
|
server.port 9001
|
||
|
server.no_system_exit true
|
||
|
|
||
|
# Until the following setting is changed, the HSQLDB service will not accept
|
||
|
# remote connections. Failing to set a value for server.address at all will
|
||
|
# result in the service binding itself to 0.0.0.0 and accepting remote
|
||
|
# connections.
|
||
|
#
|
||
|
# IT IS STRONGLY ADVISED that before doing this you alter the password of
|
||
|
# the default account (username "sa"). By default, no password is required
|
||
|
# to connect to HSQLDB with the "sa" account.
|
||
|
server.address localhost
|