Diferencia entre revisiones de «Desarrollo(67.7)»

De Telstock Wiki
Saltar a: navegación, buscar
(Servicios en Ejecución)
 
(No se muestran 4 ediciones intermedias de otro usuario)
Línea 1: Línea 1:
 
==Servicios en Ejecución==
 
==Servicios en Ejecución==
* '''Microservicios TM2:'''
 
**BaseServices:
 
***ASPNETCORE_ENVIRONMENT=Development
 
***ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run
 
  
 +
* '''Microservicios Node.js:'''
 +
**'''TManager2-MS-Node''':
 +
***<code>PM2 init TManager2-MS-Node.pm2.json</code>
  
{|class="wikitable col1cen col2cen col3cen center" style="width:1000px;"
+
* '''Microservicios TM2:'''
|style="width:100px;color:white;background:black;"|'''Nombre'''
+
**'''BaseServices''':
|style="width:450px;color:white;background:black;"|'''Ambiente'''
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run</code>
|style="width:450px;color:white;background:black;"|'''Url'''
+
**'''MonitoringServices''':
|-
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:7000 dotnet run</code>
|style="width:100px;color:black;background:white;"|BaseServices
+
**'''SurveyServices''':
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8000 dotnet run</code>
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run
+
**'''FileManagerServices''':
|-
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:11000 dotnet run</code>
|style="width:100px;color:black;background:white;"|MonitoringServices
+
**'''RouteServices''':
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8020 dotnet run</code>
|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 actual del 03:13 21 feb 2020

Servicios en Ejecución

  • Microservicios Node.js:
    • TManager2-MS-Node:
      • PM2 init TManager2-MS-Node.pm2.json
  • Microservicios TM2:
    • BaseServices:
    • MonitoringServices:
    • SurveyServices:
    • FileManagerServices:
    • RouteServices: