Skip to content

Instantly share code, notes, and snippets.

@camwest
Created June 11, 2012 14:52
Show Gist options
  • Save camwest/2910447 to your computer and use it in GitHub Desktop.
Save camwest/2910447 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: unicode
database: my_rails_app_development
pool: 5
username: my_rails_app
test:
adapter: postgresql
encoding: unicode
database: my_rails_app_test
pool: 5
username: my_rails_app</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment