Automation Suite
2023.10
False
配置应用程序设置 - Automation Suite 2023.10
徽标
Linux 版 Automation Suite 安装指南
上次更新日期 2023年11月29日

配置应用程序设置

添加和更改应用程序设置

您可以在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-2023 UiPath. All rights reserved.