psql: error: could not connect to server:Connection refused code example
Example: postgress connection refused
pg_hba.conf
host all all * md5
postgresql.conf
listen_address=" * "
pg_hba.conf
host all all * md5
postgresql.conf
listen_address=" * "