mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Remove API Version (#1571)
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md
|
# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md
|
||||||
monday:
|
monday:
|
||||||
api_key: '%env(MONDAY_API_KEY)%'
|
api_key: '%env(MONDAY_API_KEY)%'
|
||||||
api_version: '%env(MONDAY_API_VERSION)%'
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
"config/": "%CONFIG_DIR%/"
|
"config/": "%CONFIG_DIR%/"
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"MONDAY_API_KEY": "your_monday_api_key",
|
"MONDAY_API_KEY": "your_monday_api_key"
|
||||||
"MONDAY_API_VERSION": "your_monday_api_version"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user