modifies example so that the dev database can be used to generate the assets of staging, preproduction and production
This commit is contained in:
@@ -6,19 +6,21 @@ 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
|
||||
database: participacion_test
|
||||
database: participacion_test
|
||||
|
||||
Reference in New Issue
Block a user