trust connections from localhost in default hba conf
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eab682b0bb
commit
ff30fc3e66
@ -74,7 +74,14 @@ postgres_hba_entries:
|
|||||||
databases:
|
databases:
|
||||||
- all
|
- all
|
||||||
users:
|
users:
|
||||||
- postgres
|
- all
|
||||||
|
auth_method: trust
|
||||||
|
- contype: host
|
||||||
|
databases:
|
||||||
|
- all
|
||||||
|
users:
|
||||||
|
- all
|
||||||
|
address: "127.0.0.1/32"
|
||||||
auth_method: trust
|
auth_method: trust
|
||||||
|
|
||||||
postgres_hba_entries_extra: []
|
postgres_hba_entries_extra: []
|
||||||
|
Loading…
Reference in New Issue
Block a user