|
|
@ -4,6 +4,8 @@ |
|
|
|
# Put parameters here that don't need to change on each machine where the app is deployed |
|
|
|
# Put parameters here that don't need to change on each machine where the app is deployed |
|
|
|
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration |
|
|
|
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration |
|
|
|
parameters: |
|
|
|
parameters: |
|
|
|
|
|
|
|
app.version: '%env(APP_VERSION)%' |
|
|
|
|
|
|
|
app.name: '%env(APP_NAME)%' |
|
|
|
|
|
|
|
|
|
|
|
services: |
|
|
|
services: |
|
|
|
# default configuration for services in *this* file |
|
|
|
# default configuration for services in *this* file |
|
|
|