* Update recipre coka/file-bundle.

* Add a recipe for coka/rate-limit-bundle version 1.0.
This commit is contained in:
Cedrick Oka Baidai
2019-09-26 18:23:01 +00:00
parent 9640214f24
commit 772c15fcd1
4 changed files with 11 additions and 2 deletions
@@ -4,4 +4,3 @@ oka_file:
root_path: '%env(OKAFILE_STORAGE_ROOT_PATH)%'
webserver:
host: '%env(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%/"
}
}