could not connect to server connection refused postgresql 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=" * "