Skip to content

Instantly share code, notes, and snippets.

@lgleasain
Created February 6, 2013 10:20
Show Gist options
  • Save lgleasain/4721664 to your computer and use it in GitHub Desktop.
Save lgleasain/4721664 to your computer and use it in GitHub Desktop.
Sample Postgres config
development:
adapter: postgresql
database: development
encoding: utf8
pool: 5
host: localhost
port: 5432
username: <your user id>
password: <your password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment