Repository URL to install this package:
|
Version:
0.8.2 ▾
|
// (c) Copyright 2023 Supertenant Ltd. - all rights reserved.
// See LICENSE file in project root for license terms.
"use strict";exports.requestTimeout=5e3,exports.host="127.0.0.1",exports.port=42699,exports.agentUuid=void 0,exports.autoProfile=!1,exports.config={},exports.init=function(config){exports.host=config.agentHost,exports.port=config.agentPort,exports.autoProfile=config.autoProfile};