clean up default hba conf
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-10-26 14:29:53 +02:00
parent ae6251000e
commit f6aae9aae3

View File

@ -73,22 +73,8 @@ postgres_hba_entries:
databases:
- all
users:
- all
auth_method: peer
- contype: host
databases:
- all
users:
- all
address: "127.0.0.1/32"
auth_method: md5
- contype: host
databases:
- all
users:
- all
address: "::1/128"
auth_method: md5
- postgres
auth_method: trust
postgres_hba_entries_extra: []