Refer to internal url

ignisda
HOBBY

a year ago

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

0 Replies

ignisda
HOBBY

a year ago

N/A


a year 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
HOBBY

a year ago

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


Refer to internal url - Railway Help Station