[SKIP CI] update readme
This commit is contained in:
parent
b5522e1973
commit
b651c24601
24
README.md
24
README.md
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user