Uipath.config keys

Where can I find all the keys available in the UiPath.config file?
I am particularly interested in the CommunicationSettings and ConnectionSettings.

@simon.w

Welcome to the community

please check here

https://docs.uipath.com/orchestrator/standalone/2022.10/installation-guide/uipath-orchestrator-dll-config

cheers

Thanks @Anil_G

But i was referring to C:\Program Files\UiPath\Studio\UiPath.config as described here

https://docs.uipath.com/studio/standalone/2023.10/user-guide/managing-activities-packages#changing-the-download-folder-for-packages

@simon.w

What exact connection settings are you looking for in it?

ideally all of these are exposed in settings of studio

cheers

This is currently in my UiPath.config file:

<communicationSettings>
    <add key="maxMessageSizeInMegabytes" value="10" />
    <add key="installPackageTimeout" value="00:20:00" />
    <add key="requestTimeout" value="00:00:40" />
  </communicationSettings>

I’m looking for any other possible keys I could add to decide if there are any useful for my project.