|
@@ -26,11 +26,12 @@ imports:
|
|
# Put parameters here that don't need to change on each machine where the app is deployed
|
|
# Put parameters here that don't need to change on each machine where the app is deployed
|
|
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
|
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
|
parameters:
|
|
parameters:
|
|
|
|
+ app_name: cablemodem
|
|
locale: es
|
|
locale: es
|
|
|
|
|
|
framework:
|
|
framework:
|
|
#esi: ~
|
|
#esi: ~
|
|
- #translator: { fallbacks: ['%locale%'] }
|
|
|
|
|
|
+ translator: { fallbacks: ['%locale%'] }
|
|
secret: '%secret%'
|
|
secret: '%secret%'
|
|
router:
|
|
router:
|
|
resource: '%kernel.project_dir%/app/config/routing.yml'
|
|
resource: '%kernel.project_dir%/app/config/routing.yml'
|