From f7c9ce8fff6a25a204c7a7f60b871512bc51394e Mon Sep 17 00:00:00 2001 From: DroneShipper Date: Sun, 27 Oct 2019 15:55:17 +0000 Subject: [PATCH] [SKIP CI] update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e19e8c4..040e12a 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,14 @@ postgres_hba_entries: users: - all address: 127.0.0.1/32 - auth_method: trust + auth_method: md5 + - contype: host + databases: + - all + users: + - all + address: ::1/128 + auth_method: md5 ``` ### postgres_hba_entries_extra