diff options
Diffstat (limited to 'modules/postgresql/templates/pg_hba.conf')
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 36d9004e..2367bacd 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -76,6 +76,10 @@ # TYPE DATABASE USER CIDR-ADDRESS METHOD +# Nanar: +# This bypass global config for specific user/base +host epoll epoll 127.0.0.1/32 md5 + # "local" is for Unix domain socket connections only local all all ident # IPv4 local connections: |