From 12f354dcaa8109833a61562c00754c806e224763 Mon Sep 17 00:00:00 2001 From: "Infineon\\StieberD" Date: Wed, 24 Sep 2025 10:49:59 -0700 Subject: [PATCH] commented out localhost case until a better way to determine local development is implemented --- LSL2/STPROC/ENVIRONMENT_SERVICES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LSL2/STPROC/ENVIRONMENT_SERVICES.txt b/LSL2/STPROC/ENVIRONMENT_SERVICES.txt index 49c04f0..5cdde6a 100644 --- a/LSL2/STPROC/ENVIRONMENT_SERVICES.txt +++ b/LSL2/STPROC/ENVIRONMENT_SERVICES.txt @@ -291,8 +291,9 @@ Service GetOIWizardBaseUrl() Begin Case Case ( (Machine _EQC 'MESTSA01EC') or (Machine _EQC 'MESTST1009') or (Machine _EQC 'MESTST1010') ) Response = 'https://mestsa008.infineon.com:50186/' - Case ( (Machine EQ 'ISCN5CG2430JV1') or (Machine _EQC 'MESTSA09EC') ) - Response = 'http://localhost:12009/' + // Uncomment this case and add your hostname if testing locally. + //Case ( (Machine EQ 'ISCN5CG2430JV1') or (Machine _EQC 'MESTSA09EC') ) + // Response = 'http://localhost:12009/' Case Otherwise$ Response = 'https://messa014.infineon.com:50184/' End Case