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:
Matthieu
2022-11-23 11:40:13 +01:00
committed by GitHub
parent f6e81958da
commit ffdbe4bf4a
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
pixel_open_cloudflare_turnstile:
key: "%env(TURNSTILE_KEY)%"
secret: "%env(TURNSTILE_SECRET)%"

View File

@@ -0,0 +1,14 @@
{
"bundles": {
"PixelOpen\\CloudflareTurnstileBundle\\PixelOpenCloudflareTurnstileBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TURNSTILE_KEY": "3x00000000000000000000FF",
"TURNSTILE_SECRET": "1x0000000000000000000000000000000AA"
}
}

View File

@@ -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</>