[SKIP CI] update readme

This commit is contained in:
Drone Shipper 2019-10-23 07:57:06 +00:00
parent b5522e1973
commit b651c24601

View File

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