UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

23 lines (22 loc) • 914 B
export declare const BILLING_HOST: string; export declare const WWW_HOST: string; export declare const OPS_API_HOST: string; export declare const OPS_API_PATH: string; export declare const OPS_SEGMENT_KEY: string; export declare const OPS_REGISTRY_HOST: string; export declare const OPS_PIPELINE_IMAGE: string; export declare const OPS_KEYCLOAK_HOST: string; export declare const OPS_EVENTS_HOST: string; export declare const OPS_GITHUB_APP: string; export declare const NODE_ENV: string; export declare const DEBUG: string | undefined; export declare const OPS_DEBUG: boolean; export declare const HOME: string; export declare const INTERCOM_EMAIL: string; export declare class DockerSocketConfigs { OS: string; SOCKET_PATH: string[]; constructor(OS?: string, SOCKET_PATH?: string[]); } export declare const GetDockerSocketConfigs: () => DockerSocketConfigs; export declare const SEGMENT_URL: string;