modifies example so that the dev database can be used to generate the assets of staging, preproduction and production

This commit is contained in:
kikito
2015-09-02 16:52:29 +02:00
parent 04127b23f9
commit c7b44485b3

View File

@@ -6,18 +6,20 @@ default: &default
username:
password:
development:
development: &development
<<: *default
database: participacion_development
# The staging, preproduction and production dbs are only needed
# for running rake assets:precompile locally before deploying
staging:
<<: *default
<<: *development
preproduction:
<<: *default
<<: *development
production:
<<: *default
<<: *development
test:
<<: *default