From 772c15fcd17644f589a58175d24fc59831a4a259 Mon Sep 17 00:00:00 2001 From: Cedrick Oka Baidai Date: Thu, 26 Sep 2019 18:23:01 +0000 Subject: [PATCH] * Update recipre coka/file-bundle. * Add a recipe for coka/rate-limit-bundle version 1.0. --- coka/file-bundle/3.0/config/packages/oka_file.yaml | 1 - coka/file-bundle/3.0/manifest.json | 1 - .../1.0/config/packages/oka_rate_limit.yaml | 3 +++ coka/rate-limit-bundle/1.0/manifest.json | 8 ++++++++ 4 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 coka/rate-limit-bundle/1.0/config/packages/oka_rate_limit.yaml create mode 100644 coka/rate-limit-bundle/1.0/manifest.json diff --git a/coka/file-bundle/3.0/config/packages/oka_file.yaml b/coka/file-bundle/3.0/config/packages/oka_file.yaml index c2d81c1e..589525ed 100644 --- a/coka/file-bundle/3.0/config/packages/oka_file.yaml +++ b/coka/file-bundle/3.0/config/packages/oka_file.yaml @@ -4,4 +4,3 @@ oka_file: root_path: '%env(OKAFILE_STORAGE_ROOT_PATH)%' webserver: host: '%env(OKAFILE_STORAGE_WEB_SERVER_HOST)%' - diff --git a/coka/file-bundle/3.0/manifest.json b/coka/file-bundle/3.0/manifest.json index 819a632e..e4f6ecdd 100644 --- a/coka/file-bundle/3.0/manifest.json +++ b/coka/file-bundle/3.0/manifest.json @@ -10,4 +10,3 @@ "OKAFILE_STORAGE_WEB_SERVER_HOST": "localhost" } } - diff --git a/coka/rate-limit-bundle/1.0/config/packages/oka_rate_limit.yaml b/coka/rate-limit-bundle/1.0/config/packages/oka_rate_limit.yaml new file mode 100644 index 00000000..4ab2217b --- /dev/null +++ b/coka/rate-limit-bundle/1.0/config/packages/oka_rate_limit.yaml @@ -0,0 +1,3 @@ +oka_rate_limit: + configs: + - {path: ''} diff --git a/coka/rate-limit-bundle/1.0/manifest.json b/coka/rate-limit-bundle/1.0/manifest.json new file mode 100644 index 00000000..a977cdec --- /dev/null +++ b/coka/rate-limit-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Oka\\RateLimitBundle\\OkaRateLimitBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}