diff --git a/templates/server/pghba/pg_hba.conf.erb b/templates/server/pghba/pg_hba.conf.erb index 958ce22..485f5fe 100644 --- a/templates/server/pghba/pg_hba.conf.erb +++ b/templates/server/pghba/pg_hba.conf.erb @@ -17,6 +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 md5 - # custom rules below