mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-22 04:46:23 +03:00
fix: menifest.json
This commit is contained in:
committed by
Fabien Potencier
parent
153fddfaab
commit
74fbeaaf51
@@ -6,18 +6,9 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"FRAUD_DEFENSE_PROJECT_ID": {
|
||||
"default": "gcp-project-id"
|
||||
},
|
||||
"FRAUD_DEFENSE_API_KEY": {
|
||||
"default": "your_api_key_here"
|
||||
},
|
||||
"FRAUD_DEFENSE_SITE_KEY": {
|
||||
"default": "your_site_key_here"
|
||||
},
|
||||
"FRAUD_DEFENSE_CHECKBOX_SITE_KEY": {
|
||||
"default": "your_checkbox_site_key_here",
|
||||
"is_optional": true
|
||||
}
|
||||
"FRAUD_DEFENSE_PROJECT_ID": "project-id",
|
||||
"FRAUD_DEFENSE_SITE_KEY": "site-key",
|
||||
"FRAUD_DEFENSE_API_KEY": "google-cloud-api-key",
|
||||
"FRAUD_DEFENSE_CHECKBOX_SITE_KEY": "checkbox-site-key"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user