diff --git a/tilleuls/url-signer-bundle/1.0/config/packages/url_signer.yaml b/tilleuls/url-signer-bundle/1.0/config/packages/url_signer.yaml new file mode 100644 index 00000000..82829355 --- /dev/null +++ b/tilleuls/url-signer-bundle/1.0/config/packages/url_signer.yaml @@ -0,0 +1,2 @@ +coop_tilleuls_url_signer: + signature_key: '%env(string:SIGNATURE_KEY)%' diff --git a/tilleuls/url-signer-bundle/1.0/manifest.json b/tilleuls/url-signer-bundle/1.0/manifest.json new file mode 100644 index 00000000..35dd37ca --- /dev/null +++ b/tilleuls/url-signer-bundle/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "CoopTilleuls\\UrlSignerBundle\\CoopTilleulsUrlSignerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SIGNATURE_KEY": "change_me" + } +}