mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
* + add recipe for Cloudflare Turnstile bundle * - fix qa tests * - fix qa * - fix qa * - fix qa
15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"bundles": {
|
|
"PixelOpen\\CloudflareTurnstileBundle\\PixelOpenCloudflareTurnstileBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"TURNSTILE_KEY": "3x00000000000000000000FF",
|
|
"TURNSTILE_SECRET": "1x0000000000000000000000000000000AA"
|
|
}
|
|
}
|