Skip to content

Instantly share code, notes, and snippets.

@drusellers
Created August 7, 2010 15:20
Show Gist options
  • Save drusellers/512891 to your computer and use it in GitHub Desktop.
Save drusellers/512891 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
database: gemcutter_development
pool: 5
timeout: 5000
test: &TEST
adapter: postgresql
database: gemcutter_test
pool: 5
timeout: 5000
min_messages: warning
cucumber:
<<: *TEST
production:
adapter: postgresql
database: gemcutter_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment