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

12 lines
249 B

# /etc/conf.d/slony1:
# 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)