mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
mapado/rest-client-sdk-bundle : Move from "old" configuration to env variable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
mapado_rest_client_sdk:
|
||||
entity_managers:
|
||||
foo:
|
||||
server_url: 'https://my-api.com:8080'
|
||||
server_url: '%env(MAPADO_REST_CLIENT_SDK_SERVER_URL)%'
|
||||
mappings:
|
||||
dir: '%kernel.project_dir%/src/Entity/'
|
||||
|
||||
@@ -5,5 +5,8 @@
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"MAPADO_REST_CLIENT_SDK_SERVER_URL": "https://my-api.com:8080"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user