Created
April 28, 2016 20:34
-
-
Save calebsullivan/8a0cb8c95c8723c04d9ef70b5fbd9324 to your computer and use it in GitHub Desktop.
Revisions
-
Caleb Sullivan revised this gist
Apr 28, 2016 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,10 @@ 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='*' -
Caleb Sullivan created this gist
Apr 28, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ SHOW config_file; # modify listen_interfaces = '*' SHOW hba_file; # modify allowed hosts /0