You have to configure the following two files
Location of postgres on windows is C:\PostgreSQL
pg_hba.conf
host all all 0.0.0.0/0 md5
postgresql.conf
listen_addresses='*'
You have to configure the following two files
Location of postgres on windows is C:\PostgreSQL
pg_hba.conf
host all all 0.0.0.0/0 md5
postgresql.conf
listen_addresses='*'