...
This page provides information about how to set global configurations for the SkySync platform. You configure variables in the database through the command-line interface or in the appSettings.json file. (The appSettings.json file is located in C:\Program Files\SkySync\appSettings.json unless a different directory was specified during installation).
...
Note |
---|
Before changing any configuration settings, it’s important to understand the factors that influence transfer performance. These variables all have a significant effect, positive or negative, on the throughput that any migration will achieve. |
Environment Overrides and Precedence
...
License first
Then database
Then command-line
Then environment variables
Then appSettings.json
...
Note |
---|
Changes to the appsettings.json file will not take effect until the SkySync services is restarted. |
Available Configuration Options
...
Code Block | ||
---|---|---|
| ||
{ "data": { "provider": "sqlserver", "connection": "Server=server_location;Database=database_name;User ID=sa;Password=passW@rd!;", "embedded": "false", "native_encryption": "false" }, "performance": { "parallel_writes": 6, "concurrent_transfers": 10 } } |
Note |
---|
...
Changes to the appsettings.json file will not take effect until the SkySync services is restarted. |