mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
Simplify Django organization, add South support.
This commit is contained in:
7
app_setup/templates/pg_hba.j2
Normal file
7
app_setup/templates/pg_hba.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user