Files

6 lines
202 B
JavaScript
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ENDPOINT = 'portal.jibo.com';
exports.MAX_CERT_TRIES = 40;
exports.PORT = 8160;
2026-04-05 16:14:49 -04:00
//# sourceMappingURL=constants.js.map