Publishing and Storage Settings
Select the Management server on which you want to publish and store sanitization data. For publishing and storage, ensure you have configured the following settings in the machine.xml file:
n | SanitizationInfoServerUrl. |
n | BlobManagerServerUrl. |
n | AuthToken. |
Note
It is recommended to specify the same Management server for all three attributes.
For further details on the file attribute configuration settings, see Configuring the Management Platform.
When the changes have been applied, ensure that you:
1. | Restart the Votiro.Sanitization.API and Votiro.SNMC Windows services. |
2. | Run the iisreset command using administration privileges. |
Example
The following example demonstrates the three settings described in this section:
<VotiroConfiguration>
<MachineSettings>
...
<ManagementSettings
SanitizationInfoServerUrl= "https://my_management_server:7070"
BlobManagerServerUrl= "http://my_management_server:3030" AuthToken="30acc6eb-16d9-4133-ae43-0f5b6d40a318"/></MachineSettings>
</VotiroConfiguration>
Comments
0 comments
Please sign in to leave a comment.