diff --git a/config/parameters.yaml b/config/parameters.yaml new file mode 100644 index 0000000000..615506eb5b --- /dev/null +++ b/config/parameters.yaml @@ -0,0 +1,4 @@ +# 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 +parameters: + locale: en_US diff --git a/config/services.yaml b/config/services.yaml index fee9407be5..3edab80962 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -1,7 +1,5 @@ -# 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 -parameters: - locale: en_US +imports: + - { resource: "parameters.yaml" } services: # Default configuration for services in *this* file