removes db name from defaults

This commit is contained in:
Juanjo Bazán
2015-07-24 12:51:28 +02:00
parent d8f356d0a5
commit 50d32cd2b7

View File

@@ -1,7 +1,6 @@
default: &default
adapter: postgresql
encoding: unicode
database: participacion_development
host: localhost
pool: 5
username:
@@ -9,6 +8,7 @@ default: &default
development:
<<: *default
database: participacion_development
test:
<<: *default