Use default postgresql username/password
This commit is contained in:
parent
ddf78e14ef
commit
108e2c7b45
|
@ -2,8 +2,6 @@ development: &DEVELOPMENT
|
|||
adapter: postgresql
|
||||
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