We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6b035 commit 4b877cdCopy full SHA for 4b877cd
postgres/pg_hba.conf
@@ -94,7 +94,7 @@ local all postgres peer
94
# "local" is for Unix domain socket connections only
95
local all all peer
96
# IPv4 local connections:
97
-host all all 127.0.0.1/32 scram-sha-256
+host all all all md5
98
# IPv6 local connections:
99
host all all ::1/128 scram-sha-256
100
# Allow replication connections from localhost, by a user with the
0 commit comments