Hi all,
This is my first post here so please drop a comment if my terminology is off :)
I have created a OneLab procedure protocol. This protocol includes URLs calling an external API. I want to set up the URL in such a way that it adapt to the current running environment. To clarify:
If the protocol is running on ".../dev/..." server, I also want the URL in the protocol to be set to ".../dev/...", and the same for pre-prod and prod.
How would you recommend dealing with this in a somewhat robust manner? Would it perhaps be possible to include the URL as a global when packaging the protocol, and if so, how does one go about this?