UNPKG

@creditkarma/consul-client

Version:

A client for Hashicorp Consul written in TypeScript

12 lines 659 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONSUL_HOST_NAME = exports.CONSUL_TOKEN_HEADER = exports.CONSUL_INDEX_HEADER = exports.CONSUL_KEYS = exports.CONSUL_DC = exports.CONSUL_ADDRESS = exports.DEFAULT_API_VERSION = exports.DEFAULT_HOST = void 0; exports.DEFAULT_HOST = 'http://localhost:8500'; exports.DEFAULT_API_VERSION = 'v1'; exports.CONSUL_ADDRESS = 'CONSUL_ADDRESS'; exports.CONSUL_DC = 'CONSUL_DC'; exports.CONSUL_KEYS = 'CONSUL_KEYS'; exports.CONSUL_INDEX_HEADER = 'X-Consul-Index'; exports.CONSUL_TOKEN_HEADER = 'X-Consul-Token'; exports.CONSUL_HOST_NAME = 'consul'; //# sourceMappingURL=constants.js.map