export interface Config {
    ip: string;
    port: number;
    key: string;
}
