diff --git a/coka/api-bundle/4.0/config/packages/oka_api.yaml b/coka/api-bundle/4.0/config/packages/oka_api.yaml new file mode 100644 index 00000000..0261faf1 --- /dev/null +++ b/coka/api-bundle/4.0/config/packages/oka_api.yaml @@ -0,0 +1,14 @@ +oka_api: + cors: + default: + allow_credentials: true + expose_headers: ['Accept-Encoding'] + max_age: 3600 + firewalls: + wsse: + enabled: false + security_behaviors: + password_updater: false + response: + compression: + enabled: false diff --git a/coka/api-bundle/4.0/manifest.json b/coka/api-bundle/4.0/manifest.json new file mode 100644 index 00000000..dc012b8a --- /dev/null +++ b/coka/api-bundle/4.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Oka\\ApiBundle\\OkaApiBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}