We’re running an app as a cache for another app, with instances in the same region. We used <appname>.internal in an environment varaiable set in our fly.toml, thinking it should aways connect to the same region as long as there is an instance running there. However, this doesn’t seem to be the case.
There is <region>.<appname>.internal, but the first part is dynamic. (This could be done inside the app, but not ideal.)
Is there something like my-region.<appname>.internal? Or, it is possible to use the FLY_ environment variables inside fly.toml? (Something like $FLY_REGION.<appname>.internal.)