From 28ed4f737330a1ec42b5493a24faa9fd13eefe91 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 19 Feb 2021 08:02:22 +0000 Subject: update, debugging the haproxy config --- matrix-server/postgres/pg_hba.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 matrix-server/postgres/pg_hba.conf (limited to 'matrix-server/postgres/pg_hba.conf') diff --git a/matrix-server/postgres/pg_hba.conf b/matrix-server/postgres/pg_hba.conf new file mode 100644 index 0000000..1a0a1a9 --- /dev/null +++ b/matrix-server/postgres/pg_hba.conf @@ -0,0 +1,7 @@ +host all all all md5 +local all all trust +host all all 127.0.0.1/32 trust +host all all ::1/128 trust +local replication all trust +host replication all 127.0.0.1/32 trust +host replication all ::1/128 trust -- cgit v1.2.3