Skip to content

Instantly share code, notes, and snippets.

@calebsullivan
Created April 28, 2016 20:34
Show Gist options
  • Select an option

  • Save calebsullivan/8a0cb8c95c8723c04d9ef70b5fbd9324 to your computer and use it in GitHub Desktop.

Select an option

Save calebsullivan/8a0cb8c95c8723c04d9ef70b5fbd9324 to your computer and use it in GitHub Desktop.
SHOW config_file;
# modify listen_interfaces = '*'
SHOW hba_file;
# modify allowed hosts /0
pg_hba.conf
host all all 0.0.0.0/0 md5
postgresql.conf
listen_addresses='*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment