trust connections from localhost in default hba conf
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-10-26 15:16:38 +02:00
parent eab682b0bb
commit ff30fc3e66

View File

@ -74,7 +74,14 @@ postgres_hba_entries:
databases:
- all
users:
- postgres
- all
auth_method: trust
- contype: host
databases:
- all
users:
- all
address: "127.0.0.1/32"
auth_method: trust
postgres_hba_entries_extra: []