# This is an example configuration file for refdbc, the reference
# management client of RefDB (CGI mode)
# RefDB is a reference database and bibliography tool, see
# http://refdb.sourceforge.net for further information

# Syntax rules of this file:
# 1. Each line contains a pair of variable name and variable value, 
#    separated by whitespace.
# 2. The hash (#) denotes the start of a comment, the rest of the line
#    will be ignored
# 3. The line ending must be Unix-style (LF) regardless of the operating
#    system

# The full path of a directory for shareable application files
refdblib <pkgdatadir>

# Either the IP address or the hostname of the computer that runs the
# application server refdbd. Use 127.0.0.1 if refdba and refdbd run
# on the same computer
serverip	127.0.0.1

# The port on which the application server refdbd listens
port	9734

# Toggle verbose mode on (t) or off (f)
#verbose	f

# The username for the database access authentication 
#username	jdoe

# The password for the database access authentication
#passwd	

# The default database
#defaultdb	foo

# The full path of the base directory of your PDF or PostScript offprint
# repository. This path should not rely on shell expansion (don't use ~)
#pdfroot /home/foo/literature/

# The time in seconds which has to elapse before a stalled connection
# to the application server is taken down
# timeout 180

# The full path of a custom log file. This will be used if logdest is
# set accordingly
logfile /var/log/refdbcgi.log

# The destination of the log information. Uncomment *one* of the
# following definitions. "file" uses the file specified with the
# logfile variable
#logdest syslog
logdest file

# The priority up to which messages are logged. Uncomment *one* of the
# following definitions. "emerg" will result in the fewest, "debug" in
# the most log messages
#loglevel emerg
#loglevel alert
#loglevel crit
#loglevel err
#loglevel warning
#loglevel notice
loglevel info
#loglevel debug

# The number of seconds after which the application will destroy itself
# in case it hangs. Set this to zero to switch off autokilling
autokill 1800

# A list of additional fields which should be displayed by default in the
# reference output. The list is a simple concatenation of the field names
# Possible fields are: N1 N2 AB RP SN UR U1 U2 U3 U4 U5 M1 M2 M3
#fields RPAB

# end of refdbcgirc
