Skip to content

Instantly share code, notes, and snippets.

Created June 5, 2012 18:46
Show Gist options
  • Save anonymous/2876868 to your computer and use it in GitHub Desktop.
Save anonymous/2876868 to your computer and use it in GitHub Desktop.
development:&login
adapter: postgresql
host: localhost
username: postgres
password: somepassword
pool: 5
encoding: unicode
database: prelaunch_development
database: prelaunch_test
<<: *login
production:
database: prelaunch_production
<<: *login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment