Skip to content

Instantly share code, notes, and snippets.

@jaigouk
Created December 29, 2008 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaigouk/41165 to your computer and use it in GitHub Desktop.
Save jaigouk/41165 to your computer and use it in GitHub Desktop.
---
development: &defaults
repositories:
couch: couchdb://localhost:5984/muddle_development
mysql:
adapter: mysql
database: muddle_development
host: localhost
username: root
password: secret
test:
repositories:
couch: couchdb://localhost:5984/muddle_test
mysql:
adapter: mysql
database: muddle_test
host: localhost
username: root
password: secret
production:
repositories:
couch: couchdb://localhost:5984/muddle
mysql:
adapter: mysql
database: muddle
host: localhost
username: root
password: secret
rake:
<<: *defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment