Skip to content

Instantly share code, notes, and snippets.

@erik-megarad
Created December 29, 2009 16:30
Show Gist options
  • Save erik-megarad/265411 to your computer and use it in GitHub Desktop.
Save erik-megarad/265411 to your computer and use it in GitHub Desktop.
# HELL NO
defaults: &defaults
adapter: mongo
host: localhost
development:
<<: *defaults
database: fanboy_dev
production:
<<: *defaults
host: db.mongohq.com
username: user
password: pass
database: fanboy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment