mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
11 lines
512 B
Text
11 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
|