mirror of https://github.com/midoks/mdserver-web
pull/156/head
parent
0d09cf6ad4
commit
1bf2dc2738
@ -0,0 +1,10 @@ |
|||||||
|
# PostgreSQL Client Authentication Configuration File |
||||||
|
|
||||||
|
# TYPE DATABASE USER ADDRESS METHOD |
||||||
|
# "local" is for Unix domain socket connections only |
||||||
|
local all all trust |
||||||
|
host all all 127.0.0.1/32 trust |
||||||
|
host all all ::1/128 trust |
||||||
|
local replication all trust |
||||||
|
host replication all 127.0.0.1/32 trust |
||||||
|
host replication all ::1/128 trust |
Loading…
Reference in new issue