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
static_list should contain entries in the "host:port" format.
I'm not sure what you tried to accomplish adding "/dap" and "/bap" there, but this seems incorrect.
I have set applications which run on IIS web site on the static list.
[servers.sample.discovery]
kind = "static"
static_list = [
"localhost/dap",
"localhost/bap",
]
When I start gobetween app, I get the following error:
2020-06-15 14:56:13 [WARNI] (discovery/static): Cant parse localhost/dap
2020-06-15 14:56:13 [WARNI] (discovery/static): Cant parse localhost/bap
Is there any way how to add such apps on the list?
BR,
Uroš
The text was updated successfully, but these errors were encountered: