mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Added recipe for endeavour/groeigids-api-client-bundle (#1618)
Co-authored-by: Joep Oonk <joep.oonk@endeavour.nl>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
groeigids_api_client:
|
||||
api_key: '%env(GROEIGIDS_API_KEY)%'
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Endeavour\\GroeigidsApiClientBundle\\GroeigidsApiClientBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GROEIGIDS_API_KEY": "your-groeigids-api-key"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user