Skip to content

Commit

Permalink
Move Parameters to another file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed Jan 26, 2024
1 parent ce53ffc commit 1abf794
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions config/packages/_sylius.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ imports:

- { resource: "@SyliusShopBundle/Resources/config/app/config.yml" }
- { resource: "@SyliusPayPalPlugin/Resources/config/config.yaml" }
- { resource: "../parameters.yaml" }

parameters:
sylius_core.public_dir: '%kernel.project_dir%/public'
Expand Down
2 changes: 2 additions & 0 deletions config/parameters.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
parameters:
locale: en_US
5 changes: 0 additions & 5 deletions config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# 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

services:
# Default configuration for services in *this* file
_defaults:
Expand Down

0 comments on commit 1abf794

Please sign in to comment.