add ipv6 localhost hba config entry
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-10-27 16:51:22 +01:00
parent 07ecf45524
commit 5d0f0c5977

View File

@ -81,7 +81,14 @@ postgres_hba_entries:
users:
- all
address: "127.0.0.1/32"
auth_method: trust
auth_method: md5
- contype: host
databases:
- all
users:
- all
address: "::1/128"
auth_method: md5
postgres_hba_entries_extra: []