From b651c24601fbde9212f7d6d057df75848c6bf623 Mon Sep 17 00:00:00 2001 From: DroneShipper Date: Wed, 23 Oct 2019 07:57:06 +0000 Subject: [PATCH] [SKIP CI] update readme --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c06cff3..edea235 100644 --- a/README.md +++ b/README.md @@ -236,18 +236,24 @@ postgres_users: ```YAML postgres_hba_entries: - - type: local - database: all - user: all + - contype: local + databases: + - all + users: + - all auth_method: peer - - type: host - database: all - user: all + - contype: host + databases: + - all + users: + - all address: 127.0.0.1/32 auth_method: md5 - - type: host - database: all - user: all + - contype: host + databases: + - all + users: + - all address: ::1/128 auth_method: md5 ```