automation-suite
2023.10
false
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Linux 版 Automation Suite 安装指南

上次更新日期 2025年10月7日

配置应用程序设置

添加和更改应用程序设置

您可以在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 Logo
信任与安全
© 2005-2025 UiPath。保留所有权利。