You can activate or deactivate applying local changes.
To activate or deactivate applying of local changes
-
In the API Server installation directory, open the bin\appsettings.json file.
NOTE: If the file is encrypted, decrypt it first.
-
Perform one of the following actions:
-
To activate applying local changes, insert the following code:
{
"Settings": {
"IsStandAlone": "True"
}
}
-
To deactivate applying local changes, insert the following code:
{
"Settings": {
"IsStandAlone": "False"
}
}
NOTE: If this code section already exists, change the value of the IsStandAlone property accordingly.
-
-
Save your changes to the file.
NOTE: If the file was encrypted beforehand, encrypt it again.