postgres allow connections specific user code example
Example 1: postgresql allow remote connections
host all all 0.0.0.0/0 md5
host all all ::/0 md5
Example 2: postgresql allow remote connections
listen_addresses = 'localhost'