fixed urls

This commit is contained in:
pavelbannov 2021-06-23 20:12:50 +03:00
parent 48e6baf1c0
commit d59f9a2aa2
4 changed files with 9 additions and 9 deletions

View File

@ -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"
}
},
@ -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"

View File

@ -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"
}
},
@ -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"

View File

@ -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"
}
},
@ -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"

View File

@ -51,7 +51,7 @@
},
{
"Name": "ASC.Socket.IO.Svc",
"Uri": "http://localhost:5001/health"
"Uri": "http://localhost:5028/health"
},
{
"Name": "ASC.SsoAuth.Svc",
@ -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",