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:
parent
b8618692f0
commit
4b69046c31
|
@ -1,9 +1,9 @@
|
|||
development: &DEVELOPMENT
|
||||
adapter: postgresql
|
||||
database: adopt_a_thing_production
|
||||
username: postgres
|
||||
password:
|
||||
database: adopt_a_thing_development
|
||||
host: localhost
|
||||
password:
|
||||
username: postgres
|
||||
|
||||
# Warning: The database defined as "test" will be erased and
|
||||
# re-generated from your development database when you run "rake".
|
||||
|
|
Loading…
Reference in New Issue