Blame SOURCES/hsqldb-1.8.0-standard-server.properties

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