From 27d0335d79d10c96a737764ed6a214ae23363787 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 19 Apr 2025 12:52:00 +0200 Subject: [PATCH] fix 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 2d50172..53cdb06 100644 --- a/templates/pg_hba.conf.erb +++ b/templates/pg_hba.conf.erb @@ -17,5 +17,4 @@ local replication all md5 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 \ No newline at end of file +host all all 0.0.0.0/0 md5