mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +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
|
||||
monday:
|
||||
api_key: '%env(MONDAY_API_KEY)%'
|
||||
api_version: '%env(MONDAY_API_VERSION)%'
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user