Allow to connect to postgresql via 127.0.0.1
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
8f6abb28ce
commit
b0015cc762
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
#host all all ::1/128 @authmethod@
|
||||
|
||||
local all all ident
|
||||
host all all 127.0.01 127.0.0.1 md5
|
||||
host koji koji 10.5.128.166 255.255.255.255 md5
|
||||
host all all 0.0.0.0 0.0.0.0 md5
|
||||
host replication all 0.0.0.0 0.0.0.0 md5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue