Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-11-28 10:57:34 +00:00
parent 08940fa083
commit a19eff0784
2 changed files with 33 additions and 4 deletions
@@ -0,0 +1,31 @@
{
"manifests": {
"gponty/symfony-monday-api-bundle": {
"manifest": {
"bundles": {
"Gponty\\MondayBundle\\MondayBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONDAY_API_KEY": "your_monday_api_key"
}
},
"files": {
"config/packages/monday.yaml": {
"contents": [
"# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md",
"monday:",
" api_key: '%env(MONDAY_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "a9d550a9cfd3b79513056556c8f337ccdaecc28d"
}
}
}
+2 -4
View File
@@ -11,8 +11,7 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONDAY_API_KEY": "your_monday_api_key",
"MONDAY_API_VERSION": "your_monday_api_version"
"MONDAY_API_KEY": "your_monday_api_key"
}
},
"files": {
@@ -21,13 +20,12 @@
"# 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)%'",
""
],
"executable": false
}
},
"ref": "ad15a141cbc3a478d6c6b43e921ea2209dfa84a2"
"ref": "a9d550a9cfd3b79513056556c8f337ccdaecc28d"
}
}
}