UNPKG

@thgh/tunnelmole

Version:

Tunnelmole, an open source ngrok alternative. Instant public URLs for any http/https based application. Available as a command line application or as an NPM dependency for your code. Stable and maintained. Good test coverage. Works behind firewalls

14 lines 358 B
import deepmerge from 'deepmerge'; const baseConfig = { hostip: { httpEndpoint: 'https://service.tunnelmole.com', endpoint: 'https://service.tunnelmole.com', port: '80', }, runtime: { enableLogging: true, }, }; const config = deepmerge(baseConfig, {}); export default config; //# sourceMappingURL=config.js.map