move parameters to separate file

This commit is contained in:
Kamil Grygierzec 2024-01-22 13:07:50 +01:00
parent bb3c6d63ae
commit be811eee74
No known key found for this signature in database
GPG key ID: 7F54EE42DAD4B9E9
2 changed files with 4 additions and 4 deletions

2
config/parameters.yaml Normal file
View file

@ -0,0 +1,2 @@
parameters:
locale: en_US

View file

@ -1,4 +1,2 @@
# 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" }