| 70 | } |
| 71 | |
| 72 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected