mdserver-web/plugins/postgresql/conf/pg_hba.conf

10 lines
590 B
Plaintext
Raw Permalink Normal View History

2022-08-09 23:22:01 -04:00
# PostgreSQL Client Authentication Configuration File
# TYPE DATABASE USER ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all trust
2022-08-10 23:53:49 -04:00
host all all 0.0.0.0/0 md5
2022-08-10 14:08:20 -04:00
host all all ::1/128 md5
2022-08-09 23:22:01 -04:00
local replication all trust
2022-08-10 23:53:49 -04:00
host replication all 0.0.0.0/0 md5
host replication all ::1/128 md5