MCPcopy
hub / github.com/learnhouse/learnhouse / LearnHouseConfigJson

Interface LearnHouseConfigJson

apps/cli/src/types.ts:72–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72export interface LearnHouseConfigJson {
73 version: string
74 deploymentId: string
75 createdAt: string
76 installDir: string
77 domain: string
78 httpPort: number
79 useHttps: boolean
80 autoSsl: boolean
81 useExternalDb: boolean
82 orgSlug: string
83 // Enterprise metadata (absent/`community` for the OSS stack)
84 edition?: Edition
85 eeTenancy?: EeTenancy
86 eeLocalTls?: boolean
87}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected