mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-19 17:12:47 +01:00
Update preview site URL (#2572)
* Update all preview website URL references to the new URL. * Remove az cli config. * Fix formatting. * Fix new preview URL in ConfigContext
This commit is contained in:
@@ -88,7 +88,9 @@ export const allowedHostedExplorerEndpoints: ReadonlyArray<string> = [
|
||||
...(process.env.NODE_ENV === "development" ? ["https://localhost:12900"] : []),
|
||||
];
|
||||
|
||||
export const allowedMsalRedirectEndpoints: ReadonlyArray<string> = ["https://dataexplorer-preview.azurewebsites.net/"];
|
||||
export const allowedMsalRedirectEndpoints: ReadonlyArray<string> = [
|
||||
"https://dataexplorer-preview.portal.cosmos.azure.com/",
|
||||
];
|
||||
|
||||
export const allowedJunoOrigins: ReadonlyArray<string> = [
|
||||
JunoEndpoints.Test,
|
||||
|
||||
Reference in New Issue
Block a user