Migration Configuration
How to configure
Configuration is made using JSON configuration file. Name of the file has to be app-config.json. This file does not exist and therefore it has to be created first. Place it to c:\Users\<user name>\AppData\Roaming\SafeQMigrationTool\.
Configuration properties
List of all available configuration properties.
Configuration file can contain only properties you want to set. Others stay in default.
Property |
Default value |
Description |
DeviceApiDomain |
tenant_1 |
Device API domain (Dispatcher Paragon Management domain). |
DeviceApiPort |
443 |
Device API port (Dispatcher Paragon Management port). |
DeviceListPageSize |
100 |
How many devices should be downloaded using Device API per one request. |
RequestTimeout |
120 |
Device API requests timeout. |
LocalPort |
5000 |
Internal API port. If all local port properties are defined then this property has priority. |
LocalPortMin |
5000 |
Used for looking for a free port when exact internal API port cannot be specified. Minimal port number to look for. |
LocalPortMax |
6000 |
Used for looking for a free port when exact internal API port cannot be specified. Maximal port number to look for. |