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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user