Merge pull request #759

This commit is contained in:
symfony-flex-server[bot]
2019-09-29 13:22:01 +00:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
@@ -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"
}
}