2 description "Role applied to all the master database server"
8 :wal_level => "hot_standby",
10 :archive_command => "/usr/local/bin/openstreetmap-wal-e --terse wal-push %p",
11 :max_wal_senders => "3",
12 :late_authentication_rules => [
13 { :database => "replication", :user => "replication", :address => "10.0.48.50/32" },
14 { :database => "replication", :user => "replication", :address => "10.0.48.5/32" },
15 { :database => "replication", :user => "replication", :address => "10.0.0.10/32" },
16 { :database => "replication", :user => "replication", :address => "10.0.32.40/32" }