Files
archived-recipes-contrib/vuillaume-agency/symfony-turnstile/1.0/manifest.json

13 lines
287 B
JSON

{
"bundles": {
"VuillaumeAgency\\TurnstileBundle\\VuillaumeAgencyTurnstileBundle": ["all"]
},
"env": {
"TURNSTILE_KEY": "your-site-key",
"TURNSTILE_SECRET": "your-secret-key"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}