UNPKG

@statezero/statezero-tunnel

Version:

Tunnelmole client for StateZero users to create secure tunnels to their local services.

20 lines (19 loc) 334 B
declare const config: { hostip: { endpoint: string; port: string; }; runtime: { enableLogging: boolean; }; } & { hostip: { endpoint: string; httpEndpoint: string; }; runtime: { debug: boolean; enableLogging: boolean; }; }; export default config;