Commit ba82af65 authored by iSergio's avatar iSergio
Browse files

Fix config file

parent 107c4b9b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ JBOSS_STANDBY_HOST=172.16.0.104

# PostgreSQL replication host.
# Can be same as PGPOOL watchdog and life check hosts
PGSQL_PRIMARY_HOST=192.168.100.2
PGSQL_STANDBY_HOST=192.168.100.4
PGSQL_PRIMARY_HOST=192.168.100.112
PGSQL_STANDBY_HOST=192.168.100.114

# mod_cluster config
CLUSTER_SUBNET=172.16.0.
@@ -14,6 +14,6 @@ CLUSTER_SUBNET=172.16.0.
# Can be same as PostgreSQL replication hosts
PGPOOL_PRIMARY_HOST=172.16.0.112
PGPOOL_STANDBY_HOST=172.16.0.114
PGPOOL_TRUSTED_SERVERS=
PGPOOL_TRUSTED_SERVERS=172.16.0.1
PGPOOL_DELEGATE_IP=172.16.0.125
PGPOOL_INTERFACE=eth0