# This is the configuration file for the PerfDMF tools & API # Items are listed as name:value, one per line. # Comment lines begin with a '#' symbol. # DO NOT EDIT THIS FILE! It is modified by the configure utility. # Database JDBC jar file (with path to location) jdbc_db_jarfile:postgresql.jar # Database JDBC driver name jdbc_db_driver:org.postgresql.Driver # Database type jdbc_db_type:postgresql # Database host name db_hostname:taudb.nic.uoregon.edu # Database port number db_portnum:5432 # Database name db_dbname:super_test # Database Schema name db_schemaprefix: # Database username db_username:super_collaborator # Database Schema file - note: the path is absolute db_schemafile:taudb.sql # Database XML parser jar file - note: the path is absolute xml_sax_parser:xerces.jar