UiPath Documentation
automation-suite
2023.10
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Linux の Automation Suite のインストール ガイド

アプリの設定を構成する

appSettings を追加・変更する

Orchestrator の設定は appsettings.json ファイルで行えます。 ファイルがまだ存在しない場合は、自分で作成できます。 設定を変更するには、次の手順を実行します。

  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 キーの下に格納されます。不要な appSettings は、 kubectl などのツールを使用して削除できます。

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" : {
     ...
  }
}
  • appSettings を追加・変更する
  • アプリの設定を削除する

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得