mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 09:51:11 +00:00
remove testing values
This commit is contained in:
@@ -69,7 +69,7 @@ let configContext: Readonly<ConfigContext> = {
|
|||||||
ARCADIA_LIVY_ENDPOINT_DNS_ZONE: "dev.azuresynapse.net",
|
ARCADIA_LIVY_ENDPOINT_DNS_ZONE: "dev.azuresynapse.net",
|
||||||
GITHUB_CLIENT_ID: "6cb2f63cf6f7b5cbdeca", // Registered OAuth app: https://github.com/organizations/AzureCosmosDBNotebooks/settings/applications/1189306
|
GITHUB_CLIENT_ID: "6cb2f63cf6f7b5cbdeca", // Registered OAuth app: https://github.com/organizations/AzureCosmosDBNotebooks/settings/applications/1189306
|
||||||
GITHUB_TEST_ENV_CLIENT_ID: "b63fc8cbf87fd3c6e2eb", // Registered OAuth app: https://github.com/organizations/AzureCosmosDBNotebooks/settings/applications/1777772
|
GITHUB_TEST_ENV_CLIENT_ID: "b63fc8cbf87fd3c6e2eb", // Registered OAuth app: https://github.com/organizations/AzureCosmosDBNotebooks/settings/applications/1777772
|
||||||
JUNO_ENDPOINT: "http://localhost:30003",
|
JUNO_ENDPOINT: "https://tools.cosmos.azure.com",
|
||||||
BACKEND_ENDPOINT: "https://main.documentdb.ext.azure.com",
|
BACKEND_ENDPOINT: "https://main.documentdb.ext.azure.com",
|
||||||
isTerminalEnabled: false,
|
isTerminalEnabled: false,
|
||||||
isPhoenixEnabled: false,
|
isPhoenixEnabled: false,
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ export class SupportPaneComponent extends React.Component<SupportPaneComponentPr
|
|||||||
bubbleBackground: "rgba(0, 0, 255, .1)",
|
bubbleBackground: "rgba(0, 0, 255, .1)",
|
||||||
bubbleFromUserBackground: "rgba(0, 255, 0, .1)",
|
bubbleFromUserBackground: "rgba(0, 255, 0, .1)",
|
||||||
suggestedActionLayout: 'flow',
|
suggestedActionLayout: 'flow',
|
||||||
|
markdownRespectCRLF: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
const directLine = BotFramework.createDirectLine({ token: this.props.directLineToken });
|
const directLine = BotFramework.createDirectLine({ token: this.props.directLineToken });
|
||||||
@@ -33,7 +34,7 @@ export class SupportPaneComponent extends React.Component<SupportPaneComponentPr
|
|||||||
postActivity: (activity: Activity) => {
|
postActivity: (activity: Activity) => {
|
||||||
activity.channelData.token = this.props.userToken;
|
activity.channelData.token = this.props.userToken;
|
||||||
activity.channelData.subId = this.props.subId;
|
activity.channelData.subId = this.props.subId;
|
||||||
activity.channelData.rg = this.props.rg; // resource group
|
activity.channelData.rg = this.props.rg;
|
||||||
activity.channelData.accName = this.props.accName;
|
activity.channelData.accName = this.props.accName;
|
||||||
|
|
||||||
return directLine.postActivity(activity);
|
return directLine.postActivity(activity);
|
||||||
|
|||||||
Reference in New Issue
Block a user