Skip to content

Commit ce545bd

Browse files
Fixes #343 - Postgressqsl (#650)
1 parent 0ba2ea9 commit ce545bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/postgresql-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cat <<EOF >/etc/postgresql/17/main/pg_hba.conf
3535
local all postgres peer
3636
# TYPE DATABASE USER ADDRESS METHOD
3737
# "local" is for Unix domain socket connections only
38-
local all all peer
38+
local all all md5
3939
# IPv4 local connections:
4040
host all all 127.0.0.1/32 scram-sha-256
4141
host all all 0.0.0.0/24 md5

0 commit comments

Comments
 (0)