UNPKG

1.27 kBTypeScriptView Raw
1export declare const FORCE_COLOR: string;
2export declare const HOST_IP: string;
3export declare const USE_EXISTING_SERVICES: boolean;
4export declare const SERVICES_USE_TMPFS: boolean;
5export declare const SERVICE_HEAP_OPTS: string;
6export declare const DOCKER_NETWORK_NAME: string | undefined;
7export declare const TEST_NAMESPACE: string;
8export declare const ELASTICSEARCH_NAME: string;
9export declare const ELASTICSEARCH_HOSTNAME: string;
10export declare const ELASTICSEARCH_PORT: string;
11export declare const ELASTICSEARCH_HOST: string;
12export declare const ELASTICSEARCH_VERSION: string;
13export declare const ELASTICSEARCH_API_VERSION: string;
14export declare const ELASTICSEARCH_DOCKER_IMAGE: string;
15export declare const KAFKA_NAME: string;
16export declare const KAFKA_HOSTNAME: string;
17export declare const KAFKA_PORT: string;
18export declare const KAFKA_BROKER: string;
19export declare const KAFKA_VERSION: string;
20export declare const KAFKA_DOCKER_IMAGE: string;
21export declare const DEV_TAG: string;
22export declare const SKIP_E2E_OUTPUT_LOGS: boolean;
23export declare const REPORT_COVERAGE: boolean;
24export declare const JEST_MAX_WORKERS: string | undefined;
25export declare const NPM_DEFAULT_REGISTRY = "https://registry.npmjs.org/";
26//# sourceMappingURL=config.d.ts.map
\No newline at end of file