Where is the configuration file in Pega 22.1

Hi,

In Pega 19.1, we have an item “Configuration”. where can we find that “Configuration” in Pega 22.1?

@LizetteL In 22.1, they are no longer called Project Configurations and are instead called Environment Overrides. Here is an article showing how they are used. If you are familiar with Configurations, then these will be familiar to you (albeit much better).

https://docs.pega.com/bundle/robotic-automation-221/page/robotic-automation/advanced-automation/environment-overrides.html

@ThomasSasnett I tried to follow the steps in using Environment Overrides. But unfortunately, the item that I added isn’t showed up in the configuration. Please see the attachment

@LizetteL What is it that you are trying to override? Is it a global variable? You need to make sure that whatever you are overriding is a global value. I just tried on my end and it does indeed work as intended.

@ThomasSasnett I am trying to override the properties of the application like the StartPage in web application. I need to configure it as it has different path for dev environment and prod environment.

@LizetteL Here are some screenshots I took. Perhaps they will work better for you than the ones on the link I posted earlier. Whenever you want to override a property, you can right-click on the label for that property and select “Environment Override” to bring up the window for editing the environment value and managing the environments. If you are still having trouble, please let me know what step you are having questions on, so that we can improve the instructions.

@ThomasSasnett this is what I am doing but unfortunately, the property is not being added in the Environment Override. Refer to the attached screenshots.

@LizetteL The screen shown in “Screenshot 2022-12-19 225952.png” is where you edit the value. For example, you would make the value in “Development” something like “dev.service-now.com” and the value under “Production” something like “prodcution.service-now.com”.

@ThomasSasnett it is now working after I changed the value of both prod and dev StartPage. Thank you so much.