mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Add recipe for lljaworski/ceidg-bundle (#1897)
* Add recipe for lljaworski/ceidg-bundle * Remove redundant .env entry from ceidg-bundle recipe manifest * github pr rerun checks * github pr rerun checks * github pr rerun checks * github pr rerun checks
This commit is contained in:
3
lljaworski/ceidg-bundle/1.0/config/packages/ceidg.yaml
Normal file
3
lljaworski/ceidg-bundle/1.0/config/packages/ceidg.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
ceidg:
|
||||
api_url: '%env(CEIDG_API_URL)%'
|
||||
api_key: '%env(CEIDG_API_KEY)%'
|
||||
12
lljaworski/ceidg-bundle/1.0/manifest.json
Normal file
12
lljaworski/ceidg-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"LukaszJaworski\\CeidgBundle\\CeidgBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"CEIDG_API_URL": "https://dane.biznes.gov.pl/api/ceidg/v2",
|
||||
"CEIDG_API_KEY": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user