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

@@ -202,7 +202,7 @@ export function updateConfigContext(newContext: Partial<ConfigContext>): void {
if (process.env.NODE_ENV === "development") {
updateConfigContext({
PROXY_PATH: "/proxy",
EMULATOR_ENDPOINT: "https://localhost:8081",
EMULATOR_ENDPOINT: "https://localhost:10443",
PORTAL_BACKEND_ENDPOINT: PortalBackendEndpoints.Mpac,
MONGO_PROXY_ENDPOINT: MongoProxyEndpoints.Mpac,
CASSANDRA_PROXY_ENDPOINT: CassandraProxyEndpoints.Mpac,
@@ -259,3 +259,4 @@ export async function initializeConfiguration(): Promise<ConfigContext> {
}
export { configContext };