Skip to content

Commit

Permalink
Add Monday Api Bundle (#1551)
Browse files Browse the repository at this point in the history
* Add Monday Api Bundle

* End new line
  • Loading branch information
gponty authored Oct 17, 2023
1 parent abc548e commit 8dde956
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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)%'
12 changes: 12 additions & 0 deletions gponty/symfony-monday-api-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 8dde956

Please sign in to comment.