export interface Config { dataFolderPath: string; cortexCppHost: string; cortexCppPort: number; apiServerPort?: number; apiServerHost?: string; }