commented out localhost case until a better way to determine local development is implemented

This commit is contained in:
Infineon\StieberD
2025-09-24 10:49:59 -07:00
parent d2f98a342d
commit 12f354dcaa

View File

@ -291,8 +291,9 @@ Service GetOIWizardBaseUrl()
Begin Case Begin Case
Case ( (Machine _EQC 'MESTSA01EC') or (Machine _EQC 'MESTST1009') or (Machine _EQC 'MESTST1010') ) Case ( (Machine _EQC 'MESTSA01EC') or (Machine _EQC 'MESTST1009') or (Machine _EQC 'MESTST1010') )
Response = 'https://mestsa008.infineon.com:50186/' Response = 'https://mestsa008.infineon.com:50186/'
Case ( (Machine EQ 'ISCN5CG2430JV1') or (Machine _EQC 'MESTSA09EC') ) // Uncomment this case and add your hostname if testing locally.
Response = 'http://localhost:12009/' //Case ( (Machine EQ 'ISCN5CG2430JV1') or (Machine _EQC 'MESTSA09EC') )
// Response = 'http://localhost:12009/'
Case Otherwise$ Case Otherwise$
Response = 'https://messa014.infineon.com:50184/' Response = 'https://messa014.infineon.com:50184/'
End Case End Case