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:
lljaworski
2025-12-03 18:41:47 +01:00
committed by GitHub
parent d55c6f2a03
commit d64fad090c
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
ceidg:
api_url: '%env(CEIDG_API_URL)%'
api_key: '%env(CEIDG_API_KEY)%'

View 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": ""
}
}