"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONFIG = void 0;
exports.CONFIG = {
server: "https://core.butlerbot.net",
healthcheckPath: "/api/healthcheck",
paths: {
conversation: {
v3: { base: "/api/alfred/v3/chat" }
}
}
};