diff --git a/ecphp/api-gw-authentication-bundle/1.0/config/packages/dev/api_gw_authentication.yaml b/ecphp/api-gw-authentication-bundle/1.0/config/packages/dev/api_gw_authentication.yaml new file mode 100644 index 00000000..63a9e69c --- /dev/null +++ b/ecphp/api-gw-authentication-bundle/1.0/config/packages/dev/api_gw_authentication.yaml @@ -0,0 +1,3 @@ +api_gw_authentication: + defaults: + env: acceptance # Available values are: acceptance, intra, production, user diff --git a/ecphp/api-gw-authentication-bundle/1.0/config/routes/dev/api_gw_authentication.yaml b/ecphp/api-gw-authentication-bundle/1.0/config/routes/dev/api_gw_authentication.yaml new file mode 100644 index 00000000..367db10a --- /dev/null +++ b/ecphp/api-gw-authentication-bundle/1.0/config/routes/dev/api_gw_authentication.yaml @@ -0,0 +1,3 @@ +api_gw_authentication_bundle: + resource: '@ApiGwAuthenticationBundle/Resources/config/routes/routes.php' + prefix: /api diff --git a/ecphp/api-gw-authentication-bundle/1.0/manifest.json b/ecphp/api-gw-authentication-bundle/1.0/manifest.json new file mode 100644 index 00000000..76db2c28 --- /dev/null +++ b/ecphp/api-gw-authentication-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "EcPhp\\ApiGwAuthenticationBundle\\ApiGwAuthenticationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}