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 22, 2024
1 parent ce53ffc commit a001ebd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions config/parameters.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 2 additions & 4 deletions config/services.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a001ebd

Please sign in to comment.