Created
April 28, 2016 20:34
-
-
Save calebsullivan/8a0cb8c95c8723c04d9ef70b5fbd9324 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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