Diferencia entre revisiones de «Desarrollo(67.7)»
Línea 1: | Línea 1: | ||
==Servicios en Ejecución== | ==Servicios en Ejecución== | ||
* '''Microservicios TM2:''' | * '''Microservicios TM2:''' | ||
+ | **BaseServices: | ||
+ | ***ASPNETCORE_ENVIRONMENT=Development | ||
+ | ***ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run | ||
+ | |||
+ | |||
{|class="wikitable col1cen col2cen col3cen center" style="width:1000px;" | {|class="wikitable col1cen col2cen col3cen center" style="width:1000px;" | ||
|style="width:100px;color:white;background:black;"|'''Nombre''' | |style="width:100px;color:white;background:black;"|'''Nombre''' |
Revisión del 20:12 8 ene 2020
Servicios en Ejecución
- Microservicios TM2:
- BaseServices:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run
- BaseServices:
Nombre | Ambiente | Url |
BaseServices | 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 |