test/dummy/config/database.yml in catarse_moip-2.3.5 vs test/dummy/config/database.yml in catarse_moip-2.3.6
- old
+ new
@@ -11,11 +11,11 @@
development:
adapter: postgresql
encoding: utf-8
database: catarse_development
pool: 5
- username: ton
+ username: catarse
# 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,19 +33,18 @@
# 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: ton
+ username: catarse
production:
adapter: postgresql
encoding: utf-8
database: catarse_production
pool: 5
- username: ton
+ username: catarse