Merge pull request #1079

This commit is contained in:
symfony-flex-server[bot]
2021-01-26 16:34:11 +00:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,2 @@
coop_tilleuls_url_signer:
signature_key: '%env(string:SIGNATURE_KEY)%'
@@ -0,0 +1,11 @@
{
"bundles": {
"CoopTilleuls\\UrlSignerBundle\\CoopTilleulsUrlSignerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SIGNATURE_KEY": "change_me"
}
}