Skip to content

Conversation

lerouxb
Copy link
Contributor

@lerouxb lerouxb commented Sep 5, 2025

No description provided.

@Copilot Copilot AI review requested due to automatic review settings September 5, 2025 10:30
@lerouxb lerouxb added the no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion) label Sep 5, 2025
@lerouxb lerouxb requested a review from a team as a code owner September 5, 2025 10:30
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the assistantApiBaseUrl configuration to use the staging environment for development and QA environments. The change redirects API calls from the production knowledge base to the staging environment for better testing isolation.

  • Updates assistant API base URL from production to staging environment
  • Applies the change consistently across all dev/QA environment configurations
  • Maintains production environment configuration unchanged

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

clientId: '0oaq1le5jlzxCuTbu357',
issuer: 'https://auth-qa.mongodb.com/oauth2/default',
},
authPortalUrl: 'https://account-dev.mongodb.com/account/login',
Copy link
Preview

Copilot AI Sep 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The authPortalUrl is pointing to 'account-dev.mongodb.com' but this is in the 'web-sandbox-atlas-qa' configuration block. For consistency with QA environments, this should likely be 'account-qa.mongodb.com'.

Suggested change
authPortalUrl: 'https://account-dev.mongodb.com/account/login',
authPortalUrl: 'https://account-qa.mongodb.com/account/login',

Copilot uses AI. Check for mistakes.

@gagik gagik merged commit cf95959 into main Sep 5, 2025
49 of 52 checks passed
@gagik gagik deleted the use-corresponding-chatbot branch September 5, 2025 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants