Diferencia entre revisiones de «Desarrollo(67.7)»

De Telstock Wiki
Saltar a: navegación, buscar
Línea 13: Línea 13:
 
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
 
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
 
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:7000 dotnet run
 
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:7000 dotnet run
 +
|-
 +
|style="width:100px;color:black;background:white;"|SurveyServices
 +
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
 +
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:8000 dotnet run
 +
|-
 +
|style="width:100px;color:black;background:white;"|FileManagerServices
 +
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
 +
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:11000 dotnet run
 +
|-
 +
|style="width:100px;color:black;background:white;"|RouteServices
 +
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
 +
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:8020 dotnet run
 
|}
 
|}

Revisión del 19:31 8 ene 2020

Servicios en Ejecución

  • Microservicios TM2:
Nombre Ambiente Url
Back Office ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run
MonitoringServices ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:7000 dotnet run
SurveyServices ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8000 dotnet run
FileManagerServices ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:11000 dotnet run
RouteServices ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8020 dotnet run