[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 ```YAML
postgres_hba_entries: postgres_hba_entries:
- type: local - contype: local
database: all databases:
user: all - all
users:
- all
auth_method: peer auth_method: peer
- type: host - contype: host
database: all databases:
user: all - all
users:
- all
address: 127.0.0.1/32 address: 127.0.0.1/32
auth_method: md5 auth_method: md5
- type: host - contype: host
database: all databases:
user: all - all
users:
- all
address: ::1/128 address: ::1/128
auth_method: md5 auth_method: md5
``` ```