我使用Circuit JS SDK在自己的沙箱中创建了一个机器人。
self.client = new Circuit.Client({
client_id: config.client_id,
client_secret: config.client_secret,
domain: config.domain,
autoRenewToken: true
});
此处的域值为“ circuitsandbox.net”
现在,我要将其与真实Circuit Enterprise域中的bot帐户关联。我现在应该为域使用什么值?如果我不是域的管理员,怎么找到?
答案 0 :(得分:0)
域将是您的租户所在的系统。您可以在电路客户端使用的URL中看到此内容。除非进行特殊的本地部署,否则生产域将是eu.yourcircuit.com或na.yourcircuit.com。
如果您还没有生产租户,则可以请求免费租户。请参阅https://circuit.github.io/
的步骤3