Service Config

Updated on December 13th, 2022

Open Config file 
 
Browse to the Teragator Service folder: "C:\Program Files (x86)\IPV\Teragator\Service"   Open the "Teragator.Host.Rest.WindowsService.exe.config" file in a text editor:  

 

Replace

the Endpoint Address

Search for the "TeragatorServiceEndpointAddress" key and replace the value with the fully qualified domain name for the server hosting Teragator. Do not remove the port. Replace: <add key="TeragatorServiceEndpointAddress" value="http://localhost:11190/" /> With: <add key="TeragatorServiceEndpointAddress" value="http://SERVERNAME:11190/" />  

 
Save and Close 
 
After changing the Endpoint save and close the file. 
 
Was this article helpful?