17 lines
532 B
Text
17 lines
532 B
Text
# TYPE DATABASE USER ADDRESS METHOD
|
|
|
|
# Local connections
|
|
local all all trust
|
|
|
|
# IPv4 local connections
|
|
host all all 127.0.0.1/32 trust
|
|
|
|
# IPv6 local connections
|
|
host all all ::1/128 trust
|
|
|
|
# Allow replication user from primary
|
|
host replication replicator 0.0.0.0/0 md5
|
|
|
|
host mytestdb postgres 0.0.0.0/0 md5
|
|
|
|
|