Commit 7a7e257d authored by iSergio's avatar iSergio
Browse files

Separated hosts configs for PostgreSQL and pgpool

parent f5cc4ba1
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
PRIMARY_HOST=172.16.0.104
STANDBY_HOST=172.16.0.204
# PostgreSQL replication host.
# Can be same as PGPOOL watchdog and life check hosts
PGSQL_PRIMARY_HOST=192.168.100.9
PGSQL_STANDBY_HOST=192.168.100.10

# mod_cluster config
CLUSTER_SUBNET=172.16.0.

PGPOOL_TRUSTED_SERVERS=172.16.0.4
PGPOOL_DELEGATE_IP=172.16.0.155
# PGPOOL watchdog and life check hosts
# Can be same as PostgreSQL replication hosts
PGPOOL_PRIMARY_HOST=172.16.0.104
PGPOOL_STANDBY_HOST=172.16.0.204
PGPOOL_TRUSTED_SERVERS=
PGPOOL_DELEGATE_IP=172.16.0.115
PGPOOL_INTERFACE=eth0