Automation Suite
2023.10
False
横幅背景图像
Linux 版 Automation Suite 安装指南
上次更新日期 2024年4月19日

配置应用程序设置

添加和更改应用程序设置

您可以在 appSettings.json 文件中配置 Orchestrator 设置。要修改设置,请执行以下步骤:
  1. 将新值放置在 appSettings.json 文件中。确保使用以下示例中显示的格式:
    {
        "EncryptionKeyPerTenant.Enabled": "true",
        "Triggers.DisableWhenFailedCount": "20",
        "Triggers.JobsCountStrategy": "NoLimit"
    }{
        "EncryptionKeyPerTenant.Enabled": "true",
        "Triggers.DisableWhenFailedCount": "20",
        "Triggers.JobsCountStrategy": "NoLimit"
    }
  2. 使用 Orchestrator 配置程序工具更新配置。以下命令会合并自定义 appSettings.json 中的键与 orchestrator-customconfig 配置映射中已存在的设置。请注意,该命令不会删除任何现有设置。
    ./orchestrator-configurator.sh -c appSettings.json./orchestrator-configurator.sh -c appSettings.json

删除应用程序设置

appSettings 存储在 uipath 命名空间中 orchestrator-customconfig 配置映射的 values.json 键下。您可以使用 kubectl 或类似工具删除任何不必要的 appSettings
orchestrator-customconfig 配置映射中的 values.json 示例:
{
  "AppSettings" : {
    "EncryptionKeyPerTenant.Enabled": "true",
    "Triggers.DisableWhenFailedCount": "20",
    "Triggers.JobsCountStrategy": "NoLimit"
  },
  "Kestrel" : {
     ...
  }
}{
  "AppSettings" : {
    "EncryptionKeyPerTenant.Enabled": "true",
    "Triggers.DisableWhenFailedCount": "20",
    "Triggers.JobsCountStrategy": "NoLimit"
  },
  "Kestrel" : {
     ...
  }
}
  • 添加和更改应用程序设置
  • 删除应用程序设置

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.