Production vs. Development

I would just have two different connections. One for development and another for production.
The way I did it with one of my apps was as follows:

Under the communication tab

Notice the enviroment parameter (yeah I know its mispelled, too late to fix now), that is pulled from a static parameter like so:

Basically each connection has a static parameter that sets a different endpoint so you could completely seperate the two.

1 Like