Add more details to the E2E Test README. Configure dev/test to use MPAC (#1869)

instances of the new backend services.
This commit is contained in:
jawelton74
2024-06-12 12:32:48 -07:00
committed by GitHub
parent 8c25742304
commit b8d6a0188a
2 changed files with 17 additions and 4 deletions

View File

@@ -199,6 +199,9 @@ if (process.env.NODE_ENV === "development") {
updateConfigContext({
PROXY_PATH: "/proxy",
EMULATOR_ENDPOINT: "https://localhost:8081",
PORTAL_BACKEND_ENDPOINT: PortalBackendEndpoints.Mpac,
MONGO_PROXY_ENDPOINT: MongoProxyEndpoints.Mpac,
CASSANDRA_PROXY_ENDPOINT: CassandraProxyEndpoints.Mpac,
});
}