mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* Update recipre coka/file-bundle.
* Add a recipe for coka/rate-limit-bundle version 1.0.
This commit is contained in:
@@ -4,4 +4,3 @@ oka_file:
|
|||||||
root_path: '%env(OKAFILE_STORAGE_ROOT_PATH)%'
|
root_path: '%env(OKAFILE_STORAGE_ROOT_PATH)%'
|
||||||
webserver:
|
webserver:
|
||||||
host: '%env(OKAFILE_STORAGE_WEB_SERVER_HOST)%'
|
host: '%env(OKAFILE_STORAGE_WEB_SERVER_HOST)%'
|
||||||
|
|
||||||
|
|||||||
@@ -10,4 +10,3 @@
|
|||||||
"OKAFILE_STORAGE_WEB_SERVER_HOST": "localhost"
|
"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%/"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user