Add recipe for tilleuls/url-signer-bundle

This commit is contained in:
Alan Poulain
2021-01-22 17:03:58 +01:00
parent e94bdd3d4d
commit 5e2bd507a4
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
coop_tilleuls_url_signer:
signature_key: '%env(string:SIGNATURE_KEY)%'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"CoopTilleuls\\UrlSignerBundle\\CoopTilleulsUrlSignerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SIGNATURE_KEY": "change_me"
}
}