5 lines
231 B
Plaintext
5 lines
231 B
Plaintext
# docker/pg_hba.conf
|
|
local all all trust
|
|
host all all 0.0.0.0/0 trust
|
|
host replication all 0.0.0.0/0 trust
|