From f7131c80c5f3bd64695ef45fa22205f4dc264e6f Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 19 Apr 2025 12:43:34 +0200 Subject: [PATCH] edit pg_hba --- templates/pg_hba.conf.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/pg_hba.conf.erb b/templates/pg_hba.conf.erb index 4539606..2d50172 100644 --- a/templates/pg_hba.conf.erb +++ b/templates/pg_hba.conf.erb @@ -18,6 +18,4 @@ host replication all 127.0.0.1/32 md5 host replication all ::1/128 md5 host all all 0.0.0.0/0 scram-sha-256 -hostssl all all 0.0.0.0/0 scram-sha-256 -host all all 10.0.1.0/24 scram-sha-256 -hostssl all all 10.0.1.0/24 scram-sha-256 \ No newline at end of file +hostssl all all 0.0.0.0/0 scram-sha-256 \ No newline at end of file