mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
move parameters to separate file
This commit is contained in:
parent
bb3c6d63ae
commit
be811eee74
2 changed files with 4 additions and 4 deletions
2
config/parameters.yaml
Normal file
2
config/parameters.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
parameters:
|
||||
locale: en_US
|
||||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue