about summary refs log tree commit diff stats
path: root/tools/conf/srv/pgsql/data/pg_hba.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/conf/srv/pgsql/data/pg_hba.conf')
-rw-r--r--tools/conf/srv/pgsql/data/pg_hba.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/conf/srv/pgsql/data/pg_hba.conf b/tools/conf/srv/pgsql/data/pg_hba.conf
index 34587d4..55ce3f3 100644
--- a/tools/conf/srv/pgsql/data/pg_hba.conf
+++ b/tools/conf/srv/pgsql/data/pg_hba.conf
@@ -84,8 +84,8 @@
 #local   all             all                                     trust
 local   all             postgres                                ident
 # IPv4 local connections:
-#host    all             all             127.0.0.1/32            trust
-hostssl    all             all             127.0.0.1/32          md5
+host    all             all             127.0.0.1/32            trust
+#hostssl    all             all             192.168.0.0/32          md5
 
 # IPv6 local connections:
 #host    all             all             ::1/128                 trust