3
0

edit pg_hba

This commit is contained in:
Arne Teuke
2025-04-19 00:23:32 +02:00
parent 63cbf2b6b8
commit cac4e0f491

View File

@@ -6,7 +6,7 @@
# Type database user address method options
# "local" is for Unix domain socket connections only
local all all trust
local all all peer
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
@@ -16,4 +16,3 @@ host all all ::1/128 md5
local replication all md5
host replication all 127.0.0.1/32 md5
host replication all ::1/128 md5