mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Merge pull request #761
This commit is contained in:
@@ -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)%'
|
||||
|
||||
@@ -10,4 +10,3 @@
|
||||
"OKAFILE_STORAGE_WEB_SERVER_HOST": "localhost"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
oka_rate_limit:
|
||||
configs:
|
||||
- {path: ''}
|
||||
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user