10 lines
590 B
Plaintext
10 lines
590 B
Plaintext
# PostgreSQL Client Authentication Configuration File
|
|
|
|
# TYPE DATABASE USER ADDRESS METHOD
|
|
# "local" is for Unix domain socket connections only
|
|
local all all trust
|
|
host all all 0.0.0.0/0 md5
|
|
host all all ::1/128 md5
|
|
local replication all trust
|
|
host replication all 0.0.0.0/0 md5
|
|
host replication all ::1/128 md5 |