Files
symfony-flex-recipes-contrib/karser/karser-recaptcha3-bundle/0.1/manifest.json
T
2021-07-09 11:25:58 +02:00

14 lines
341 B
JSON

{
"bundles": {
"Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Get your API key and secret from https://g.co/recaptcha/v3",
"RECAPTCHA3_KEY": "my_site_key",
"RECAPTCHA3_SECRET": "my_secret"
}
}