Lately I have been working a lot with Postman. One of the nice features of this tool is that you can define environments, e.g. development and production. For each environment you can define it's own set of parameter values. So when you switch between development and production, the values for the url, userid and password are automagically changed also.
How can I achieve this same behaviour in FME? I would like to have a published parameter that lets me choose between development and production and subsequently sets the correct values for url, userid, password and possibly other parameters.