diff --git a/config/database.yml.example b/config/database.yml.example index 55b37c9c0..7813e5e3a 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -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