Files
symfony-flex-recipes-contrib/karser/karser-recaptcha3-bundle/0.1/manifest.json
T
2020-01-09 20:29:46 +02:00

14 lines
329 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"
}
}