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: username:
password: password:
development: development: &development
<<: *default <<: *default
database: participacion_development database: participacion_development
# The staging, preproduction and production dbs are only needed
# for running rake assets:precompile locally before deploying
staging: staging:
<<: *default <<: *development
preproduction: preproduction:
<<: *default <<: *development
production: production:
<<: *default <<: *development
test: test:
<<: *default <<: *default