Skip to content

Instantly share code, notes, and snippets.

@dkissell
Created June 14, 2012 15:01
Show Gist options
  • Save dkissell/2930864 to your computer and use it in GitHub Desktop.
Save dkissell/2930864 to your computer and use it in GitHub Desktop.
ruby: database.yml
development:
adapter: postgresql
database:
host: localhost
username: dkissell
pool: 5
timeout: 5000
test:
adapter: postgresql
database:
host: localhost
username: dkissell
pool: 5
timeout: 5000
production:
adapter: postgresql
database:
host: localhost
username: dkissell
pool: 5
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment