2011-09-15 21:41:26 +00:00
|
|
|
development: &DEVELOPMENT
|
2011-02-23 20:42:28 +00:00
|
|
|
adapter: postgresql
|
2011-09-15 21:41:26 +00:00
|
|
|
database: adopt_a_thing_development
|
2011-10-15 18:50:08 +00:00
|
|
|
host: localhost
|
2011-02-14 18:28:51 +00:00
|
|
|
|
2011-05-08 23:07:54 +00:00
|
|
|
# Warning: The database defined as "test" will be erased and
|
|
|
|
# re-generated from your development database when you run "rake".
|
|
|
|
# Do not set this db to the same as development or production.
|
2011-02-14 18:28:51 +00:00
|
|
|
test:
|
2011-09-15 21:41:26 +00:00
|
|
|
<<: *DEVELOPMENT
|
|
|
|
database: adopt_a_thing_test
|
2012-01-14 22:31:01 +00:00
|
|
|
|
|
|
|
production:
|
|
|
|
<<: *DEVELOPMENT
|