Diferencia entre revisiones de «Desarrollo(67.7)»
Línea 6: | Línea 6: | ||
|style="width:450px;color:white;background:black;"|'''Url''' | |style="width:450px;color:white;background:black;"|'''Url''' | ||
|- | |- | ||
− | |style="width:100px;color:black;background:white;"| | + | |style="width:100px;color:black;background:white;"|BaseServices |
|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:5000 dotnet run | |style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run |
Revisión del 19:31 8 ene 2020
Servicios en Ejecución
- Microservicios TM2:
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 |