From acba50981612d1b8360c315f51ff420e659c6990 Mon Sep 17 00:00:00 2001 From: Lucas Vieira Date: Wed, 1 Feb 2017 10:40:58 -0200 Subject: [PATCH] pg hba --- etc/pg_hba.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/pg_hba.conf diff --git a/etc/pg_hba.conf b/etc/pg_hba.conf new file mode 100644 index 0000000..d3e4e9d --- /dev/null +++ b/etc/pg_hba.conf @@ -0,0 +1,5 @@ +local all postgres peer +local bucardo bucardo md5 +local all all peer +host all all 127.0.0.1/32 md5 +host all all ::1/128 md5