mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
8 lines
344 B
Django/Jinja
8 lines
344 B
Django/Jinja
# Database administrative login by UNIX sockets
|
|
local all postgres ident
|
|
|
|
# TYPE DATABASE USER CIDR-ADDRESS METHOD
|
|
local all all md5
|
|
host all all 127.0.0.1/32 md5
|
|
host all all ::1/128 md5
|