UAT Testing - Robot configuration

I want to deploy a Robot to UAT and PRD and I need some different configuration in different environment eg. Email Server Address, Default Output Folder path. How to set robot configuration in UiPath Studio / Robot Agent ? Can I configure these parameters without the use of Orchestrator ?

Thanks

1. Do you have different orchestrator for the different environment? If yes then you can create same assets with different values for each environment.

2. You can insert the values in a database, (you have to make sure bot has access to that DB in both of the environment ), in the table create the columns for UAT and Production. While deploying the bot use required column name while assigning the values to the variable(s).

The above can be done by using excel too.

Thanks for your suggestion.