Update example database configuration to work on Mac OS X 10.7 (Lion)

Solution from: http://stackoverflow.com/questions/6770649/repairing-postgresql-after-upgrading-to-osx-10-7-lion/6770734#6770734
This commit is contained in:
Erik Michaels-Ober 2011-10-15 11:50:08 -07:00
parent b8618692f0
commit 4b69046c31
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
development: &DEVELOPMENT development: &DEVELOPMENT
adapter: postgresql adapter: postgresql
database: adopt_a_thing_production
username: postgres
password:
database: adopt_a_thing_development database: adopt_a_thing_development
host: localhost
password:
username: postgres
# Warning: The database defined as "test" will be erased and # Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake". # re-generated from your development database when you run "rake".