Refer to internal url
How do I use the internal ntwork url without hardcoding it?
Solution:Jump to solution
say you have service A and service B, if A wants to send something to B via the internal network then you can create a service variable on A that reference's B's private URL. Then in your code you can reference that service variable / environment variable which will be B's private URL
4 Replies
Project ID:
N/A
N/A
Solution
say you have service A and service B, if A wants to send something to B via the internal network then you can create a service variable on A that reference's B's private URL. Then in your code you can reference that service variable / environment variable which will be B's private URL
Thanks. I got it.
${{App.RAILWAY_PRIVATE_DOMAIN}}
.