aksio-insurtech / AppManager

MIT License
4 stars 2 forks source link

Config objects / environment variables should be able to hold host names for other microservices #114

Open einari opened 1 year ago

einari commented 1 year ago

This might be solved by #113.

But if not, a convention for doing something like

{
    "someConnectionThing": "http://{{microserviceId}}/api/some/path"
}

The microserviceId could then be expanded to the actual host name.