fix: menifest.json

This commit is contained in:
Manoj Kumar
2026-06-07 17:53:59 +02:00
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"
}
}