From 1028a26a9bed309e8f1b7e8df1d469251354350b Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sat, 6 Nov 2010 07:10:14 +0000 Subject: - allow transifex user to connect to transifex database --- modules/postgresql/templates/pg_hba.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 3ce9f367..1ad0ec41 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -83,7 +83,10 @@ host epoll epoll 212.85.158.146/32 md5 host epoll epoll 2a02:2178:2:7::2/128 md5 host mirrors mirrors 127.0.0.1/32 md5 host mirrors mirrors 212.85.158.146/32 md5 -host mirrors mirrors 2a02:2178:2:7::2/128 md5 +host mirrors mirrors 2a02:2178:2:7::2/128 md5 +host transifex transifex 127.0.0.1/32 md5 +host transifex transifex 212.85.158.146/32 md5 +host transifex transifex 2a02:2178:2:7::2/128 md5 # "local" is for Unix domain socket connections only local all all ident -- cgit v1.2.1