You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can do this, the semantics are slightly different. The concept to keep in mind is that we will resolve configuration in roughly the following order:
Locally supplied configuration at client creation time.
Globally defined configuration, scoped to the service.
Problem
In v1 you were able to override the global endpoint and port for a service from the default config options. Example:
Is this possible in v2? Or do you have to do override it when you create the client for a particular service?
The text was updated successfully, but these errors were encountered: