forward postgres from within vagrant to host

Developer from somewhere

To be able to connect from outside to postgresql running in vagrant, make sure that postgresql.conf has this:

listen_addresses = ‘*’

And then restart the server.