location(/etc/jicl/Database.txt) ############################# ####### Database.txt ######## ############################# # # this file contains the configurations # for connecting to the right database # # # the database type whitch shoud be used. # valid values are: mysql, hsql, oracle, legacy databasetype=legacy # # the host from the database # for hsql use mem: for a database in the memory # or use file: for a database as file # for mysql use s.th. like //127.0.0.1/ # Worms: # databasehost=file:/tmp/ databasehost=pvss01/ # # the name of the database # if you use hsql in file mode this specifies the file name # Worms # databasename=JICL_TestDataBase # TRD (leave it empty) # databasename= databasename=wing # # user name for connecting to the database # for hsql use "sa" (without ") # Worms # username=sa username=WINGDB_USER # # password for connecting to the database # for hsql leave it empty password=WINGDB_PASS # # # the table name of the fee server table tablenameserver=FEE # the table name of the fee services table tablenameservices=FEESERVICES