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 (YSoft SafeQ 6 Management domain).

DeviceApiPort

443

Device API port (YSoft SafeQ 6 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.

Example file

Name

Version

Published

app-config.json

1

2019-01-17 08:32