Change upstream service urls based on different environments #4599
-
I would like to be able to change the upstream openapi source url via an environment variable or similar. For example in .meshrc file In staging environment switches to the following in production Do I have to rebuild the mesh app each time the rc file changes? Thanks in advance and apologies if this has already been answered. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Are you talking about |
Beta Was this translation helpful? Give feedback.
Are you talking about
source
orbaseUrl
?source
is the path to the OpenAPI schema whilebaseUrl
is the URL of the API that would receive the HTTP requests on runtime.