Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static list not supporting apps on IIS web site #286

Open
xUrko opened this issue Jun 15, 2020 · 1 comment
Open

Static list not supporting apps on IIS web site #286

xUrko opened this issue Jun 15, 2020 · 1 comment

Comments

@xUrko
Copy link

xUrko commented Jun 15, 2020

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š

@yyyar
Copy link
Owner

yyyar commented Jun 17, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants