PostgreSQL – allow all connections Posted on 18/09/2012 by admin postgresql.conf: listen_addresses = '*' pg_hba.conf: host all all 0.0.0.0/0 md5