-
Couldn't load subscription status.
- Fork 168
Open
Labels
Description
Type of issue
Other (describe below)
Description
The article shows this code:
var frontend = builder.AddProject<Projects.MyFrontend>("frontend")
.WithReference(basket)
.WithReference(catalog);and this JSON configuration:
{
"Services": {
"basket": {
"https": "https://10.2.3.4:8080", /* the https endpoint, requested via https://basket */
"dashboard": "https://10.2.3.4:9999" /* the "dashboard" endpoint, requested via https://_dashboard.basket */
}
}
}Shouldn't it be:
{
"Services": {
"basket": {
"https": [
"https://10.2.3.4:8080" /* the https endpoint, requested via https://basket */
]
"dashboard": [
"https://10.2.3.4:9999" /* the "dashboard" endpoint, requested via https://_dashboard.basket */
]
}
}
}Page URL
Content source URL
Document Version Independent Id
c250cb89-e0b4-c037-e4e0-edcec7c84eb8
Platform Id
6b53f397-f215-25e0-e019-2649ad7aa17b