Skip to content

Commit

Permalink
fixed urls
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Jun 23, 2021
1 parent 48e6baf commit d59f9a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"log__name": "socket",
"log__dir": "../../../Logs",
"core__products__folder": "../../../products",
"ASPNETCORE_URLS": "http://localhost:5001",
"ASPNETCORE_URLS": "http://localhost:5028",
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
Expand All @@ -20,7 +20,7 @@
"log__name": "socket",
"log__dir": "../../../Logs",
"core__products__folder": "../../../products",
"ASPNETCORE_URLS": "http://localhost:5001",
"ASPNETCORE_URLS": "http://localhost:5028",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"distributionName": "Ubuntu-20.04"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"log__name": "thumbnails",
"log__dir": "../../../Logs",
"core__products__folder": "../../../products",
"ASPNETCORE_URLS": "http://localhost:5016",
"ASPNETCORE_URLS": "http://localhost:5030",
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
Expand All @@ -20,7 +20,7 @@
"log__name": "thumbnails",
"log__dir": "../../../Logs",
"core__products__folder": "../../../products",
"ASPNETCORE_URLS": "http://localhost:5016",
"ASPNETCORE_URLS": "http://localhost:5030",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"distributionName": "Ubuntu-20.04"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"log__name": "urlshortener",
"log__dir": "../../../Logs",
"core__products__folder": "../../../products",
"ASPNETCORE_URLS": "http://localhost:5017",
"ASPNETCORE_URLS": "http://localhost:5029",
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
Expand All @@ -20,7 +20,7 @@
"log__name": "urlshortener",
"log__dir": "../../../Logs",
"core__products__folder": "../../../products",
"ASPNETCORE_URLS": "http://localhost:5017",
"ASPNETCORE_URLS": "http://localhost:5029",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"distributionName": "Ubuntu-20.04"
Expand Down
6 changes: 3 additions & 3 deletions web/ASC.Web.HealthChecks.UI/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
{
"Name": "ASC.Socket.IO.Svc",
"Uri": "http://localhost:5001/health"
"Uri": "http://localhost:5028/health"
},
{
"Name": "ASC.SsoAuth.Svc",
Expand All @@ -67,11 +67,11 @@
},
{
"Name": "ASC.Thumbnails.Svc",
"Uri": "http://localhost:5016/health"
"Uri": "http://localhost:5030/health"
},
{
"Name": "ASC.UrlShortener.Svc",
"Uri": "http://localhost:5017/health"
"Uri": "http://localhost:5029/health"
},
{
"Name": "ASC.Web.Api",
Expand Down

0 comments on commit d59f9a2

Please sign in to comment.