mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
13 lines
287 B
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%/"
|
|
}
|
|
}
|