2010-04-09 09:23:41 +00:00
|
|
|
defaults: &defaults
|
|
|
|
host: localhost
|
2010-03-29 22:01:47 +00:00
|
|
|
|
2010-04-09 09:23:41 +00:00
|
|
|
development:
|
|
|
|
<<: *defaults
|
|
|
|
database: locomotive_dev
|
|
|
|
|
2010-05-09 12:44:53 +00:00
|
|
|
test: &test
|
2010-04-09 09:23:41 +00:00
|
|
|
<<: *defaults
|
|
|
|
database: locomotive_test
|
2010-03-29 22:01:47 +00:00
|
|
|
|
|
|
|
production:
|
2010-04-09 09:23:41 +00:00
|
|
|
<<: *defaults
|
|
|
|
host: db.mongohq.com
|
|
|
|
username: user
|
|
|
|
password: pass
|
|
|
|
database: fanboy
|
2010-05-09 12:44:53 +00:00
|
|
|
|
|
|
|
cucumber:
|
|
|
|
<<: *test
|