Merge pull request #1091

This commit is contained in:
symfony-flex-server[bot]
2021-02-12 14:00:57 +00:00
committed by GitHub
3 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
api_gw_authentication:
defaults:
env: acceptance # Available values are: acceptance, intra, production, user
@@ -0,0 +1,3 @@
api_gw_authentication_bundle:
resource: '@ApiGwAuthenticationBundle/Resources/config/routes/routes.php'
prefix: /api
@@ -0,0 +1,8 @@
{
"bundles": {
"EcPhp\\ApiGwAuthenticationBundle\\ApiGwAuthenticationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}