Diferencia entre revisiones de «Desarrollo(67.7)»

De Telstock Wiki
Saltar a: navegación, buscar
Línea 1: Línea 1:
 
==Servicios en Ejecución==
 
==Servicios en Ejecución==
 
* '''Microservicios TM2:'''
 
* '''Microservicios TM2:'''
**BaseServices:
+
**'''BaseServices''':
 
***ASPNETCORE_ENVIRONMENT=Development
 
***ASPNETCORE_ENVIRONMENT=Development
 
***ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run
 
***ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run
 
+
**'''MonitoringServices''':
 
+
***ASPNETCORE_ENVIRONMENT=Development
{|class="wikitable col1cen col2cen col3cen center" style="width:1000px;"
+
***ASPNETCORE_URLS=http://0.0.0.0:7000 dotnet run
|style="width:100px;color:white;background:black;"|'''Nombre'''
+
**'''SurveyServices'''
|style="width:450px;color:white;background:black;"|'''Ambiente'''
+
***ASPNETCORE_ENVIRONMENT=Development
|style="width:450px;color:white;background:black;"|'''Url'''
+
***ASPNETCORE_URLS=http://0.0.0.0:8000 dotnet run
|-
+
**'''FileManagerServices'''
|style="width:100px;color:black;background:white;"|BaseServices
+
***ASPNETCORE_ENVIRONMENT=Development
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
+
***ASPNETCORE_URLS=http://0.0.0.0:11000 dotnet run
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run
+
**'''RouteServices'''
|-
+
***ASPNETCORE_ENVIRONMENT=Development
|style="width:100px;color:black;background:white;"|MonitoringServices
+
***ASPNETCORE_URLS=http://0.0.0.0:8020 dotnet run
|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: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 20:21 8 ene 2020

Servicios en Ejecución

  • Microservicios TM2:
    • BaseServices:
    • MonitoringServices:
    • SurveyServices
    • FileManagerServices
    • RouteServices