Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > 24b1b3d4e5e8c868b7b906b1e70c545b > files > 2

gnumed-server-18.6-1.fc19.noarch.rpm

#------------------------------------------------------------
# GNUmed database restore configuration
#------------------------------------------------------------
#
# this is a shell fragment used by gm-restore_from_backup.sh
#
# copy this file to /etc/gnumed/gnumed-restore.conf and
# configure appropriately
#
# if the PostgreSQL user $GM_DBO needs a password you will
# have to configure that using a .pgpass file (see the PG
# manual for how to do that)
#
# http://www.postgresql.org/docs/8.1/static/libpq-pgpass.html
#
#------------------------------------------------------------

# if your PostgreSQL server is running on another port
GM_PORT="5432"

# set this to a writable directory on a drive where
# there is plenty of disk space available
WORK_DIR_BASE="/tmp"

# where to store log files,
# note that if you chose to write logs to the work
# directory they will get lost during cleanup if the
# restore process succeeds
LOG_BASE="."

#============================================================