MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / applyProdDefaults

Function applyProdDefaults

apps/api/tests/config/env/validate.test.ts:175–180  ·  view source on GitHub ↗
(env: TestEnv)

Source from the content-addressed store, hash-verified

173 * production seed.
174 */
175const applyProdDefaults = (env: TestEnv): void => {
176 env.FRONTEND_URL = "https://app.example.test";
177 env.PUBLIC_API_URL = "https://api.example.test";
178 env.MFA_ENCRYPTION_KEY = REAL_MFA_KEY;
179 env.CACHE_PROVIDER = "valkey";
180};
181
182/*
183 * Self-contained production-ready seed used by the placeholder-secrets

Callers 1

validate.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected