This commit is contained in:
Theo van Kraay
2024-08-05 14:10:08 +01:00
committed by Chris Anderson
parent 80b926214b
commit ff1e733679
4 changed files with 7 additions and 6 deletions

View File

@@ -131,7 +131,7 @@ export const CassandraProxyOutboundIPs: { [key: string]: string[] } = {
[CassandraProxyEndpoints.Mooncake]: ["40.73.99.146", "143.64.62.47"],
};
export const allowedEmulatorEndpoints: ReadonlyArray<string> = ["https://localhost:8081"];
export const allowedEmulatorEndpoints: ReadonlyArray<string> = ["https://localhost:10443"];
export const allowedMongoBackendEndpoints: ReadonlyArray<string> = ["https://localhost:1234"];