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%/" + } +}