Merge pull request #761

This commit is contained in:
symfony-flex-server[bot]
2019-11-13 16:50:23 +00:00
committed by GitHub
6 changed files with 24 additions and 4 deletions
@@ -1,7 +1,6 @@
oka_file:
db_driver: orm
storage:
root_path: '%env(OKAFILE_STORAGE_ROOT_PATH)%'
root_path: '%env(resolve:OKAFILE_STORAGE_ROOT_PATH)%'
webserver:
host: '%env(OKAFILE_STORAGE_WEB_SERVER_HOST)%'
host: '%env(resolve:OKAFILE_STORAGE_WEB_SERVER_HOST)%'
-1
View File
@@ -10,4 +10,3 @@
"OKAFILE_STORAGE_WEB_SERVER_HOST": "localhost"
}
}
@@ -0,0 +1,3 @@
oka_rate_limit:
configs:
- {path: ''}
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\RateLimitBundle\\OkaRateLimitBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,3 @@
oka_rest_request_validator:
exception:
enabled: true
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\RESTRequestValidatorBundle\\OkaRESTRequestValidatorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}