Request to allow database access from any IP address
Hello,
I am trying to connect to the PostGIS database on the server morty.heliohost.org, but my connection is being blocked by the pg_hba.conf settings.
To facilitate access for testing purposes, could you please change the rule in the pg_hba.conf file to allow connections to my database from any IP address?
Details:
Server: morty.heliohost.org
Database: camilogeo_gis
User: camilogeo_admin
The required permission lines in pg_hba.conf should be changed to:
# For IPv4
host camilogeo_gis camilogeo_admin 0.0.0.0/0 md5
# For IPv6
host camilogeo_gis camilogeo_admin ::/0 md5
I am aware of the security risks associated with this configuration.
Thank you for your help.