Skip to content
  • There are no suggestions because the search field is empty.

How do I adjust Flexwhere's automatically determined settings for Desktop?

 Flexwhere for Desktop communicates with the Flexwhere backend via an IP address. Starting with version 3.0 of Flexwhere for Desktop (Windows), this IP address is automatically determined based on the IP whitelist. 

Sometimes it is necessary to override the automatic URL. These situations are:

  1. There are multiple organisations with the same IP address;
  2. As a Flexwhere customer you want to test something in an acceptance/test environment;
  3. An IT supplier serves multiple customers of Flexwhere;
  4. A Flexwhere employee wants Flexwhere for Desktop to communicate with a customer's environment.

For the above situations, the automatically determined URL can be modified in the 'appstettings.json' config file. You do this by explicitly giving the URL that is correct. This looks like the following:

{
"Logging": {
"Enabled": true,
"LogLevel": {
"Default": "Debug"
}
},
"LocalSettings": {
"AlternativeConfigurationUrl":"https://<clientname>.flexwhere.com/tray/config",
"TimeoutSeconds": 3,
"TimeoutFactor": 1.5,
"HideExit": false
}
}

 exclamation-circleNote: For on-premises customers and customers with a private cloud, the                            automatically determined URL will not work. Thus, the URL should be added in the          appsettings.json config file as described in this article.