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 ```