mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Add recipe for Cloudflare Turnstile bundle (#1447)
* + add recipe for Cloudflare Turnstile bundle * - fix qa tests * - fix qa * - fix qa * - fix qa
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
|||||||
|
pixel_open_cloudflare_turnstile:
|
||||||
|
key: "%env(TURNSTILE_KEY)%"
|
||||||
|
secret: "%env(TURNSTILE_SECRET)%"
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"PixelOpen\\CloudflareTurnstileBundle\\PixelOpenCloudflareTurnstileBundle": [
|
||||||
|
"all"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"TURNSTILE_KEY": "3x00000000000000000000FF",
|
||||||
|
"TURNSTILE_SECRET": "1x0000000000000000000000000000000AA"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
* The <fg=green>Cloudflare Turnstile Bundle</> is almost ready
|
||||||
|
|
||||||
|
* <fg=blue>Read</> the documentation at <comment>https://github.com/Pixel-Open/cloudflare-turnstile-bundle</>
|
||||||
Reference in New Issue
Block a user