mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +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
|
imports:
|
||||||
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
- { resource: "parameters.yaml" }
|
||||||
parameters:
|
|
||||||
locale: en_US
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue