Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mdserver-web/plugins/postgresql/conf/pg_hba.conf

10 lines
590 B

3 years ago
# PostgreSQL Client Authentication Configuration File
# TYPE DATABASE USER ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all trust
3 years ago
host all all 0.0.0.0/0 md5
3 years ago
host all all ::1/128 md5
3 years ago
local replication all trust
3 years ago
host replication all 0.0.0.0/0 md5
host replication all ::1/128 md5