Hi everyone,
we have deployed ATA 1.8 in our environment but we couldn't select on which IP the ATA Service (where the comunication from the Lightweight Gateway will arrive) listens.
How can we see/change such configuration?
Watching in the MongoDB I found the following JSON Configuration:
"CenterWebApplicationConfiguration" : {
"ServiceListeningIpEndpoint" : {
"_t" : "EndpointData",
"Address" : "0.0.0.0",
"Port" : 443
},
"CommunicationCookieExpiration" : "00:20:00"
},
"CenterWebClientConfiguration" : {
"RetryDelay" : "00:00:01",
"ServiceEndpoints" : [
{
"_t" : "EndpointData",
"Address" : "192.168.50.164",
"Port" : 443
}
],
Which setting do we have to modify to change the Service IP and maintaine the Console IP listening (.50.164)?
Thanks in advance.
Simone