test/dummy/config/database.yml in catarse_moip-2.3.2 vs test/dummy/config/database.yml in catarse_moip-2.3.3

- old
+ new

@@ -11,11 +11,11 @@ development: adapter: postgresql encoding: utf-8 database: catarse_development pool: 5 - username: catarse + username: ton # Connect on a TCP socket. Omitted by default since the client uses a # domain socket that doesn't need configuration. Windows does not have # domain sockets, so uncomment these lines. @@ -33,18 +33,19 @@ # 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. test: &test + host: localhost adapter: postgresql encoding: utf-8 database: catarse_test pool: 5 - username: catarse + username: ton production: adapter: postgresql encoding: utf-8 database: catarse_production pool: 5 - username: catarse + username: ton