mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add recipe for tilleuls/url-signer-bundle
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
coop_tilleuls_url_signer:
|
||||||
|
signature_key: '%env(string:SIGNATURE_KEY)%'
|
||||||
11
tilleuls/url-signer-bundle/1.0/manifest.json
Normal file
11
tilleuls/url-signer-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"CoopTilleuls\\UrlSignerBundle\\CoopTilleulsUrlSignerBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"SIGNATURE_KEY": "change_me"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user