Merge pull request #683

This commit is contained in:
symfony-flex-server[bot]
2019-06-29 08:22:25 +00:00
committed by GitHub
6 changed files with 38 additions and 0 deletions
@@ -0,0 +1,6 @@
oka_api:
cors:
default:
allow_credentials: true
expose_headers: ['Accept-Encoding']
max_age: 3600
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\ApiBundle\\OkaApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,4 @@
oka_cors:
default:
expose_headers: ['Accept-Encoding']
max_age: 3600
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\CORSBundle\\OkaCORSBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,4 @@
oka_wsse_authentication:
db_driver: orm
nonce:
save_path: '%kernel.cache_dir%/oka_wsse/nonces'
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\WSSEAuthenticationBundle\\OkaWSSEAuthenticationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}