export type Config = {
api_port: number;
web_port: number;
api_base_url: string;
web_base_url: string;
jwt_privkey: string;
};