I’ve been using RENDER_INTERNAL_HOSTNAME for whenever the app needs to “call itself” - i.e. when doing Server-Side Rendering and the app needs to call the API.
I realized now that it’s not listed in the “official” environment variables. Could this be added?
The environment variables that are not listed in the documentation is because they could still be subject to change. If/when we’re sure a variable is going to be stable we would add it to the documented list.