UNPKG

841 BTypeScriptView Raw
1/**
2 * @author: JP Lew (jp@cto.ai)
3 * @date: Sunday, 28th April 2019 2:54:44 am
4 * @lastModifiedBy: JP Lew (jp@cto.ai)
5 * @lastModifiedTime: Monday, 9th September 2019 12:15:02 pm
6 * @copyright (c) 2019 CTO.ai
7 */
8export declare const defaultApiHost = "https://cto.ai/";
9export declare const OPS_API_HOST: string;
10export declare const OPS_API_PATH: string;
11export declare const OPS_SEGMENT_KEY: string;
12export declare const OPS_REGISTRY_HOST: string;
13export declare const OPS_KEYCLOAK_HOST: string;
14export declare const NODE_ENV: string;
15export declare const DEBUG: string | undefined;
16export declare const OPS_DEBUG: boolean;
17export declare const HOME: string;
18export declare const INTERCOM_EMAIL: string;
19export declare const DOCKER_SOCKET: string;
20export declare const SEGMENT_URL: string;
21export declare const OPS_CLIENT_SECRET: string;