Add recipe for symfony-idloom-api-bundle (#1521)

* Add recipe for symfony-idloom-api-bundle

* Add endline
This commit is contained in:
Guillaume Ponty
2023-06-10 09:21:27 +02:00
committed by GitHub
parent 8dc257c6b1
commit 1e339b2b6e
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
# Read the documentation: https://github.com/gponty/symfony-idloom-api/blob/main/README.md
id_loom:
idloom_url: '%env(resolve:IDLOOM_URL)%'
@@ -0,0 +1,11 @@
{
"bundles": {
"Gponty\\IdLoomBundle\\IdLoomBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"IDLOOM_URL": "your_idloom_url"
}
}