Refer to internal url
ignisda
HOBBYOP

2 years ago

How do I use the internal ntwork url without hardcoding it?

3 Replies

ignisda
HOBBYOP

2 years ago

N/A


2 years ago

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


ignisda
HOBBYOP

2 years ago

Thanks. I got it. ${{App.RAILWAY_PRIVATE_DOMAIN}}.


Loading...