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

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