export interface enviroment {
    env: string;
    description: string;
    hostname: string;
    port?: string;
}
