

################## REQUIRED PARAMETERS ####################
# Logfiledir sets the directory the program uses for logging.
Logfiledir ../log/

# DBservice sets the service name of the Oracle database from which 
#  the program will retrieve information.
DBservice db_service

# DBuser sets the user name that the program will use to connect
#  to the Oracle database identified by DBservice
DBuser db_user

# DBpassword sets the password the program uses in conjunction with
#  the DBuser login
DBpassword db_pwd

#
# Hostname of the web server machine
#
WebHost     webhost.somewhere.domain


