Skip to main content
Skip table of contents

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.

PropertyDefault valueDescription
DeviceApiDomaintenant_1Device API domain (YSoft SafeQ 6 Management domain).
DeviceApiPort443Device API port (YSoft SafeQ 6 Management port).
DeviceListPageSize100How many devices should be downloaded using Device API per one request.
RequestTimeout120Device API requests timeout.
LocalPort5000Internal API port. If all local port properties are defined then this property has priority.
LocalPortMin5000Used for looking for a free port when exact internal API port cannot be specified. Minimal port number to look for.
LocalPortMax6000Used for looking for a free port when exact internal API port cannot be specified. Maximal port number to look for.

Example file

CODE
localPort	5000
localPortMin	5000
localPortMax	6000
deviceApiDomain	"tenant_1"
deviceApiPort	443
requestTimeout	120
deviceListPageSize	100
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.