MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getE2EDatabaseUrl

Function getE2EDatabaseUrl

packages/internal/src/db/e2e-constants.ts:9–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 'postgresql://manicode_user_local:secretpassword_local@localhost:5433/manicode_db_e2e'
8
9export const getE2EDatabaseUrl = (): string =>
10 process.env.E2E_DATABASE_URL || DEFAULT_E2E_DATABASE_URL

Callers 3

e2e-setup.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected