export type Config = { api_port: number; web_port: number; api_base_url: string; web_base_url: string; jwt_privkey: string; proxy: { host: string; port: number; protocol: string; }; };