Merge pull request #528

This commit is contained in:
symfony-flex-server[bot]
2018-11-17 11:57:41 +00:00
committed by GitHub
2 changed files with 22 additions and 0 deletions
@@ -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: true
response:
compression:
enabled: false
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\ApiBundle\\OkaApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}