You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/slony1/files/slony1.conf

13 lines
355 B

# /etc/conf.d/slony1:
# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/files/slony1.conf,v 1.2 2007/03/07 23:18:21 nakano Exp $
# Configuration file for /etc/init.d/slony1
USER=postgres
CLUSTER=your_cluster_name
DBUSER=postgres
DBNAME=your_database_name
DBHOST=localhost
LOGFILE=/var/lib/postgresql/data/slony1.log
LOGLEVEL=1 # 1(minimum)..4(maximum)