1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-05 05:51:21 +03:00
awx/app_setup/templates/pg_hba.j2
2013-02-28 19:39:01 -05:00

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