Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created August 25, 2012 19:12
Show Gist options
  • Save coderforhire/3469561 to your computer and use it in GitHub Desktop.
Save coderforhire/3469561 to your computer and use it in GitHub Desktop.
host all all 0.0.0.0/0 md5
isten_addresses = '*' # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to 'localhost', '*' = all
# (change requires restart)
port = 5432 # (change requires restart)
max_connections = 100 # (change requires
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment