Fixes #343 - Postgressqsl (#650)

This commit is contained in:
Michel Roegl-Brunner 2024-12-05 15:41:19 +01:00 committed by GitHub
parent 0ba2ea9183
commit ce545bd499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ cat <<EOF >/etc/postgresql/17/main/pg_hba.conf
local all postgres peer
# TYPE DATABASE USER ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all peer
local all all md5
# IPv4 local connections:
host all all 127.0.0.1/32 scram-sha-256
host all all 0.0.0.0/24 md5