Solved
Forum Discussion
Hey,
Well if you have 3 environments (eg. env1, env2, env3) you can then create 3 auth profiles (eg. auth_env1, auth_env2, auth_env3).
In your ReadyApi application you can then select env1 and assign all requests that need authentication the auth_env1 profile, then switch to env2 and do the same and so on.
This is how I currently work with it.