Add Monday Api Bundle (#1551)

* Add Monday Api Bundle

* End new line
This commit is contained in:
Guillaume Ponty
2023-10-17 09:12:50 -04:00
committed by GitHub
parent abc548ed67
commit 8dde956a9b
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,4 @@
# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md
monday:
api_key: '%env(MONDAY_API_KEY)%'
api_version: '%env(MONDAY_API_VERSION)%'
@@ -0,0 +1,12 @@
{
"bundles": {
"Gponty\\MondayBundle\\MondayBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONDAY_API_KEY": "your_monday_api_key",
"MONDAY_API_VERSION": "your_monday_api_version"
}
}