From 4d53af033876d81e0d38c148c15cb0af6f3d5bf0 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 23 Apr 2026 07:10:27 -0500 Subject: [PATCH] feat(servers): added marked tree in to the mix --- backend/configs/gpSql.config.ts | 1 + backend/system/serverData.controller.ts | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/backend/configs/gpSql.config.ts b/backend/configs/gpSql.config.ts index 17e7a57..deae2f0 100644 --- a/backend/configs/gpSql.config.ts +++ b/backend/configs/gpSql.config.ts @@ -1,5 +1,6 @@ import type sql from "mssql"; +// TODO : Remove this later and get it onto the env const username = "gpviewer"; const password = "gp$$ViewOnly!"; diff --git a/backend/system/serverData.controller.ts b/backend/system/serverData.controller.ts index 6fc61b0..2e509c4 100644 --- a/backend/system/serverData.controller.ts +++ b/backend/system/serverData.controller.ts @@ -105,11 +105,11 @@ const servers: NewServerData[] = [ contactEmail: "", contactPhone: "", serverLoc: "D$\\LST_V3", - buildNumber: 82, + buildNumber: 1, }, { name: "St. Peters", - server: "USTP1VMS006", + server: "USSTP1VMS006", plantToken: "usstp1", idAddress: "10.37.0.26", greatPlainsPlantCode: "45", @@ -118,8 +118,20 @@ const servers: NewServerData[] = [ serverLoc: "D$\\LST_V3", buildNumber: 1, }, + { + name: "Marked Tree", + server: "USMAR1VMS006", + plantToken: "usmar1", + idAddress: "10.206.9.26", + greatPlainsPlantCode: "90", + contactEmail: "", + contactPhone: "", + serverLoc: "D$\\LST_V3", + buildNumber: 1, + }, ]; +// notes here for when it comes time to pull in all the server address info [test1_AlplaPROD2.0_Read].[masterData].[Plant] has everything from every server :D export const serversChecks = async () => { const log = createLogger({ module: "system", subModule: "serverData" }); const { data, error } = await tryCatch( @@ -152,3 +164,9 @@ export const serversChecks = async () => { log.info({}, "All Servers were added/updated"); } }; + +// Communication from logistic network to logisticsSupportTool (for printers and scanners) + +// network justification + +// scanners and printers are on dhcp