Using Solution Central > If You Are a Site Administrator > Prerequisites for Registering an Instance > platform-settings.json Configuration Details for Solution Central
platform-settings.json Configuration Details for Solution Central
While registering your ThingWorx instance with Solution Central, ensure that you add the Solution Central settings to the platform-settings.json file as shown below.
{
"PlatformSettingsConfig": {
"SolutionCentralSettings": {
"SolutionCentralHost": "<Solution Central host name>",
"KeyStorePath": "<Path for your keystore>",
"KeyStorePass": "<Password for your keystore>"
}
}
}
Solution Central Settings
Setting
Default
Description
SolutionCentralHost
sc.thingworx.com
Solution Central host name
SolutionCentralPort
443
Solution Central port details
* 
Do not set the SolutionCentralPort property if it has a default value.
KeyStorePath
/ThingworxPlatform/sc-keystore
Path to your keystore
* 
For generating a keystore, refer to the Certificate Handling for Instance Registration topic.
KeyStorePass
None
Password for your keystore
* 
To encrypt your password, set KeyStorePass to encrypt.sc.password. Refer to Encrypting Passwords in the ThingWorx Platform Help Center for details on encrypting the sc-keystore password and using ThingWorx Platform’s encryption capabilities.
Was this helpful?