Hi there,
My backend connects to an API that I can only whitelist one IP at a time. Given that, I want to provide a switch case to pass in my appropriate token
and secret
to my API depending on where the request is coming from.
Is there a way to expose the static IP address within an applications ENV
? I know it’s going to be one of the three that Render tells me it will be, but I need to know which specifically every time.