From dca1b45f0fea95df7d316a379873b1c4a21831e7 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 18 Apr 2025 23:51:54 +0200 Subject: [PATCH] add file control for pg_hba --- templates/pg_hba.conf.erb.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pg_hba.conf.erb.erb b/templates/pg_hba.conf.erb.erb index 767bf86..779d83b 100644 --- a/templates/pg_hba.conf.erb.erb +++ b/templates/pg_hba.conf.erb.erb @@ -6,7 +6,7 @@ # Type database user address method options # "local" is for Unix domain socket connections only -local all all md5 +local all all trust # IPv4 local connections: host all all 127.0.0.1/32 md5 # IPv6 local connections: