Skip to content

Instantly share code, notes, and snippets.

@rebyn
Created September 3, 2013 15:36
Show Gist options
  • Save rebyn/6425544 to your computer and use it in GitHub Desktop.
Save rebyn/6425544 to your computer and use it in GitHub Desktop.
defaults: &defaults
adapter: postgresql
encoding: unicode
pool: 5
host: localhost
user: admin
password: password
development:
<<: *defaults
database: CharityMap_dev
test: &test
<<: *defaults
database: CharityMap_test
production:
<<: *defaults
database: CharityMap_prod
cucumber:
<<: *test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment