We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4eab1 commit 6bb0921Copy full SHA for 6bb0921
scripts/cleanupAtlasTestLeftovers.test.ts
@@ -56,7 +56,7 @@ async function deleteAllClustersOnStaleProject(client: ApiClient, projectId: str
56
async function main(): Promise<void> {
57
const apiClient = new ApiClient(
58
{
59
- baseUrl: process.env.TEST_ATLAS_BASE_URL || "https://cloud-dev.mongodb.com",
+ baseUrl: process.env.MDB_MCP_API_BASE_URL || "https://cloud-dev.mongodb.com",
60
credentials: {
61
clientId: process.env.MDB_MCP_API_CLIENT_ID || "",
62
clientSecret: process.env.MDB_MCP_API_CLIENT_SECRET || "",
0 commit comments