Another option you can create two different products with same set of proxies (or different proxies) and enable environment for these products. Then create two different dev apps for these products. For example, assume there are two environments dev and uat.
-
Create DevProduct & enable environment dev
-
Create UatProduct & enable environment uat
Now you can create following apps
-
MyDevApp → Associate DevProduct to this app
-
MyUatApp → Associate UatProduct to this app
This will prevent cross environment access.