PostgreSQL – allow all connections

postgresql.conf:
listen_addresses = '*'

pg_hba.conf:
host all all 0.0.0.0/0 md5

Leave a Reply