Closed
Description
Inspired by #40214
For routing/DI, it might be worth merging per-env yaml files (as found in recipes) in one, don't you think?
My proposal would be to go with a suffix:
services@dev:
App\FooForDev: ~
framework:
secret: '%env(APP_SECRET)%'
framework@test:
test: true
session:
storage_factory_id: session.storage.mock_file
WDYT?
Metadata
Metadata
Assignees
Labels
RFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)