mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-16 17:25:58 +00:00
Remove prod endpoint
This commit is contained in:
parent
b2d5f91fe1
commit
2243ad895a
@ -734,8 +734,7 @@ export class CassandraAPIDataClient extends TableDataClient {
|
||||
private useCassandraProxyEndpoint(api: string): boolean {
|
||||
const activeCassandraProxyEndpoints: string[] = [
|
||||
CassandraProxyEndpoints.Development,
|
||||
CassandraProxyEndpoints.Mpac,
|
||||
//CassandraProxyEndpoints.Prod,
|
||||
CassandraProxyEndpoints.Mpac
|
||||
];
|
||||
let canAccessCassandraProxy: boolean = userContext.databaseAccount.properties.publicNetworkAccess === "Enabled";
|
||||
if (userContext.databaseAccount.properties.ipRules?.length > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user