From cac4e0f491cd8c4d22419306ece28433418cc8b6 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 19 Apr 2025 00:23:32 +0200 Subject: [PATCH] edit pg_hba --- templates/pg_hba.conf.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/pg_hba.conf.erb b/templates/pg_hba.conf.erb index d897873..09ce67e 100644 --- a/templates/pg_hba.conf.erb +++ b/templates/pg_hba.conf.erb @@ -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 -