6 lines
202 B
JavaScript
6 lines
202 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ENDPOINT = 'portal.jibo.com';
|
|
exports.MAX_CERT_TRIES = 40;
|
|
exports.PORT = 7160;
|
|
//# sourceMappingURL=constants.js.map
|