Skip to content

Commit 40ee54f

Browse files
committed
artack/recaptcha-enterprise-bundle
1 parent 6d92a43 commit 40ee54f

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
artack_recaptcha_enterprise:
2+
enabled: true
3+
project_id: '%env(ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID)%'
4+
site_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY)%'
5+
api_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_API_KEY)%'
6+
min_score: 0.5
7+
8+
when@dev:
9+
artack_recaptcha_enterprise:
10+
enabled: false
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"bundles": {
3+
"Artack\\RecaptchaEnterpriseBundle\\ArtackRecaptchaEnterpriseBundle": ["all"]
4+
},
5+
"env": {
6+
"ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID": "",
7+
"ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY": "",
8+
"ARTACK_RECAPTCHA_ENTERPRISE_API_KEY": ""
9+
},
10+
"copy-from-recipe": {
11+
"config/": "%CONFIG_DIR%/"
12+
}
13+
}

0 commit comments

Comments
 (0)