We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407a3c0 commit 90f7f13Copy full SHA for 90f7f13
1 file changed
internal-packages/testcontainers/src/webapp.ts
@@ -64,6 +64,8 @@ export async function startWebapp(databaseUrl: string): Promise<{
64
CLICKHOUSE_URL: "http://localhost:19123", // dummy, auth paths never connect
65
DEPLOY_REGISTRY_HOST: "registry.example.com", // dummy, not needed for auth tests
66
ELECTRIC_ORIGIN: "http://localhost:3060",
67
+ REDIS_HOST: "localhost", // dummy, satisfies module-level validation; auth paths never use Redis
68
+ REDIS_PORT: "6379",
69
NODE_PATH: nodePath,
70
},
71
stdio: ["ignore", "pipe", "pipe"],
0 commit comments