Set backend endpoints in testExplorer to use MPAC. (#1797)
This commit is contained in:
parent
dfcb771939
commit
953bef404b
|
@ -35,6 +35,9 @@ const initTestExplorer = async (): Promise<void> => {
|
|||
dnsSuffix: "documents.azure.com",
|
||||
serverId: "prod1",
|
||||
extensionEndpoint: "/proxy",
|
||||
portalBackendEndpoint: "https://cdb-ms-mpac-pbe.cosmos.azure.com",
|
||||
mongoProxyEndpoint: "https://cdb-ms-mpac-mp.cosmos.azure.com",
|
||||
cassandraProxyEndpoint: "https://cdb-ms-mpac-cp.cosmos.azure.com",
|
||||
subscriptionType: 3,
|
||||
quotaId: "Internal_2014-09-01",
|
||||
isTryCosmosDBSubscription: false,
|
||||
|
|
Loading…
Reference in New Issue