UNPKG

@creditkarma/consul-client

Version:

A client for Hashicorp Consul written in TypeScript

9 lines (8 loc) 367 B
export declare const DEFAULT_HOST: string; export declare const DEFAULT_API_VERSION: string; export declare const CONSUL_ADDRESS: string; export declare const CONSUL_DC: string; export declare const CONSUL_KEYS: string; export declare const CONSUL_INDEX_HEADER: string; export declare const CONSUL_TOKEN_HEADER: string; export declare const CONSUL_HOST_NAME: string;