Syncplicity Support

Follow

appSettings.json configurations

The following describes configurations in the appSettings.json file.

Set Parallel Writes Globally

This can be done by adding the following to your appSettings.json file.

Note: The default is 2

{
  "performance": {
        "parallel_writes": 2
         }
     }
}

Disable Security

Update appSettings.json file to include "security": false, parameter

The Manager will be able to access the application with no login. There will be no logout option within the application

....
  "server": {
    "security": false
  }

Regional specifications

EU example

{

  "data": {

    "provider": "npgsql",

    "connection": "Server=localhost;Database=skysync;Port=9032;User ID=skysync;Password=OyNxV45GfiO2cAXz5GCuHvaTeMHqOLZ16/MBBY0Ul84=;Timeout=60;Pooling=true;SSL Mode=Require;Trust Server Certificate=true",

    "embedded": true,

    "encryption_key": "30grIV8EhS7YqWGYgIT5XlEhAbQpv5QvigU5A/49824="

  },

   "syncplicity": {

    "base_uri": "https://api.eu.syncplicity.com/",

    "base_xml_uri": "https://xml.eu.syncplicity.com/"
  }
}

US example

{

  "data": {

    "provider": "npgsql",

    "connection": "Server=localhost;Database=skysync;Port=9032;User ID=skysync;Password=OyNxV45GfiO2cAXz5GCuHvaTeMHqOLZ16/MBBY0Ul84=;Timeout=60;Pooling=true;SSL Mode=Require;Trust Server Certificate=true",

    "embedded": true,

    "encryption_key": "30grIV8EhS7YqWGYgIT5XlEhAbQpv5QvigU5A/49824="

  }

}
Powered by Zendesk