Merge pull request #561

This commit is contained in:
symfony-flex-server[bot]
2019-03-09 20:24:07 +00:00
committed by GitHub
5 changed files with 33 additions and 1 deletions
@@ -8,7 +8,7 @@ oka_api:
wsse:
enabled: false
security_behaviors:
password_updater: true
password_updater: false
response:
compression:
enabled: false
@@ -0,0 +1,7 @@
oka_file:
db_driver: orm
storage:
root_path: '%env(OKAFILE_STORAGE_ROOT_PATH)%'
webserver:
host: '%env(OKAFILE_STORAGE_WEB_SERVER_HOST)%'
+13
View File
@@ -0,0 +1,13 @@
{
"bundles": {
"Oka\\FileBundle\\OkaFileBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"OKAFILE_STORAGE_ROOT_PATH": "%kernel.project_dir%/public",
"OKAFILE_STORAGE_WEB_SERVER_HOST": "localhost"
}
}
@@ -0,0 +1,4 @@
oka_pagination:
db_driver: orm
twig:
enable_extension: false
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\PaginationBundle\\OkaPaginationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}