summaryrefslogtreecommitdiff
blob: 2e65a6816f3d2a9a2bb5287fb22635db13386d7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This is a sample SqlTool configuration file, a.k.a. rc file.

# This is for a hsqldb Server running with default settings on your local
# computer (and for which you have not changed the password for "sa").
urlid localhost
url jdbc:hsqldb:hsql://localhost
username sa
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