Skip to content

Commit 91ab42e

Browse files
committed
Add recipe for vuillaume-agency/symfony-turnstile 1.0
1 parent 3d1949e commit 91ab42e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
vuillaume_agency_turnstile:
2+
key: '%env(TURNSTILE_KEY)%'
3+
secret: '%env(TURNSTILE_SECRET)%'
4+
enable: true
5+
disable_submit_until_verified: false
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"bundles": {
3+
"VuillaumeAgency\\TurnstileBundle\\VuillaumeAgencyTurnstileBundle": ["all"]
4+
},
5+
"env": {
6+
"TURNSTILE_KEY": "your-site-key",
7+
"TURNSTILE_SECRET": "your-secret-key"
8+
},
9+
"copy-from-recipe": {
10+
"config/": "%CONFIG_DIR%/"
11+
}
12+
}

0 commit comments

Comments
 (0)