mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
12 lines
512 B
Text
12 lines
512 B
Text
|
# Database administrative login by Unix domain socket
|
||
|
local all postgres trust
|
||
|
|
||
|
# TYPE DATABASE USER ADDRESS METHOD
|
||
|
|
||
|
# "local" is for Unix domain socket connections only
|
||
|
local all all trust
|
||
|
# IPv4 local connections:
|
||
|
host all all 127.0.0.1/32 trust
|
||
|
# IPv6 local connections:
|
||
|
host all all ::1/128 trust
|