Automation Suite
2023.10
false
Banner background image
Automation Suite on Linux Installation Guide
Last updated Apr 19, 2024

Configuring appSettings

Adding and changing appSettings

You can configure the Orchestrator settings in the appSettings.json file. To modify the settings, take the following steps:
  1. Place the new values inside an appSettings.json file. Make sure to use the format shown in the following example:
    {
        "EncryptionKeyPerTenant.Enabled": "true",
        "Triggers.DisableWhenFailedCount": "20",
        "Triggers.JobsCountStrategy": "NoLimit"
    }{
        "EncryptionKeyPerTenant.Enabled": "true",
        "Triggers.DisableWhenFailedCount": "20",
        "Triggers.JobsCountStrategy": "NoLimit"
    }
  2. Use the Orchestrator Configurator Tool to update the configuration. The following command merges the keys in the custom appSettings.json with the settings already present in the orchestrator-customconfig config map. Note that the command does not remove any existing settings.
    ./orchestrator-configurator.sh -c appSettings.json./orchestrator-configurator.sh -c appSettings.json

Removing appSettings

appSettings are stored under the values.json key of the orchestrator-customconfig config map in the uipath namespace. You can remove any unnecessary appSettings using kubectl or a similar tool.
Example of values.json in the orchestrator-customconfig config map:
{
  "AppSettings" : {
    "EncryptionKeyPerTenant.Enabled": "true",
    "Triggers.DisableWhenFailedCount": "20",
    "Triggers.JobsCountStrategy": "NoLimit"
  },
  "Kestrel" : {
     ...
  }
}{
  "AppSettings" : {
    "EncryptionKeyPerTenant.Enabled": "true",
    "Triggers.DisableWhenFailedCount": "20",
    "Triggers.JobsCountStrategy": "NoLimit"
  },
  "Kestrel" : {
     ...
  }
}
  • Adding and changing appSettings
  • Removing appSettings

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.