在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):smartcatai/smartcat-serge-sync-plugin开源软件地址(OpenSource Url):https://github.com/smartcatai/smartcat-serge-sync-plugin开源编程语言(OpenSource Language):Perl 100.0%开源软件介绍(OpenSource Introduction):Smartcat plugin is now shipped with Serge. Please continue to Serge + Smartcat Bootstrap Project repo for the installation instructions and a Getting Started guide. The older version of the README can be found here. Migrating from this plugin to V2:V1:sync
{
ts
{
plugin Smartcat
data
{
token_id 12345678-abcd-9876-5432-abcdef012345
log_file /var/log/smartcat.log
}
}
} V2:sync
{
ts
{
/* plugin name has changed */
plugin smartcat_v2
data
{
/* `token_id` parameter was renamed to `account_id` */
account_id 12345678-abcd-9876-5432-abcdef012345
/* `log_file` parameter is no longer supported */
/*log_file /var/log/smartcat.log*/
}
}
} |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论