Limit density heatmap zoom, allow remote readonly db access to ec2
[busui.git] / aws / pg_hba.conf
blob:a/aws/pg_hba.conf -> blob:b/aws/pg_hba.conf
--- a/aws/pg_hba.conf
+++ b/aws/pg_hba.conf
@@ -72,4 +72,6 @@
 host    all         all         127.0.0.1/32          trust
 # IPv6 local connections:
 host    all         all         ::1/128               trust
+#Allow any IP to connect, with a password:
+host    all         all         0.0.0.0          0.0.0.0      md5