Remove API Version (#1571)

This commit is contained in:
Guillaume Ponty
2023-11-28 11:57:14 +01:00
committed by GitHub
parent 4def1d17eb
commit 13942d1c3f
2 changed files with 1 additions and 3 deletions

View File

@@ -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)%'

View File

@@ -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"
}
}