We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0e37e commit 170098cCopy full SHA for 170098c
install/debian/pg_hba.conf
@@ -0,0 +1,11 @@
1
+# "local" is for Unix domain socket connections only
2
+local all all ident
3
+
4
+# IPv4 local connections:
5
+host all all 127.0.0.1/32 md5
6
7
+# IPv6 local connections:
8
+host all all ::1/128 md5
9
10
+# Others
11
+host all all 0.0.0.0/0 md5
install/ubuntu/pg_hba.conf
0 commit comments