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

Function readMultiTenant

apps/api/src/config/env/validate.ts:268–273  ·  view source on GitHub ↗
(source: EnvSource)

Source from the content-addressed store, hash-verified

266});
267
268const readMultiTenant = (source: EnvSource) => ({
269 ACCOUNT_DOMAIN_CLAIMING: toBool(
270 source.ACCOUNT_DOMAIN_CLAIMING,
271 "ACCOUNT_DOMAIN_CLAIMING"
272 ),
273});
274
275const readBilling = (source: EnvSource) => ({
276 BILLING_ENABLED: toBool(source.BILLING_ENABLED, "BILLING_ENABLED"),

Callers 1

readRawFunction · 0.85

Calls 1

toBoolFunction · 0.85

Tested by

no test coverage detected