<!-- Configuration file for SCP. File can either be placed in current directory or in a path specified by environment variable
'SCP_CONFIG_FILEPATH_' + <vendor alias value> e.g. if vendor alias value is 'demo' then environment variable name should be
'SCP_CONFIG_FILEPATH_DEMO'. Similarly configuration file name should be in following format: 'sntlcloudp_configuration_<Vendor_Alias>.xml' 
e.g. if demo is vendor alias then configuration file name should be 'sntlcloudp_configuration_demo.xml' -->
<!-- Please refer to the Sentinel Cloud Licensing (SCL) Add-on Installation and Configuration Guide for details of configuration properties. -->
<Configuration>
  <!-- Address of Directory Services Server. Make sure you write the specific YPS URL provided for you by Thales (in the order email).
	
    Note: If you purchased the Sentinel solution before 1st June 2019, it may happen that you are not using a vendor-specific YPS URL, please verify, as it’s recommended to use a vendor-specific YPS URL. 
	For more details, refer to the appendix in the “Sentinel Cloud Licensing (SCL) Add-on Installation and Configuration Guide.” -->
  <YPSaddress value="https://dnvas.prod.sentinelcloud.com/YPServer" />
  <!-- Address of SCL components hosted in Cloud -->
  <TenantHostAddress value="https://dnvas.prod.sentinelcloud.com" />
  <!-- Registration Token for getting Access Token using which Cloud LM Rest APIs can be consumed -->
  <!--<RegistrationToken value="" />-->
  <!-- Port of local RMS License Manager -->
  <!-- <LicenseManager port="5093" /> -->
  <!-- Customer for which SCP will retrieve licenses -->
  <CustomerList>
    <!-- Customer ID as defined in EMS. This property  takes 'Customer ID' from the EMS portal or 'identifier' from the customer-specific EMS REST APIs as an input. -->
    <!-- List of product keys and variants for which licenses are to be retrieved. This is an optional property and used mostly when the fingerprint registration is disabled from EMS.  The productvariant attribute is applicable only for version-less products. -->
    <!--
 			<ProductKeys>			
				<ProductKey pkid="" productvariant="" productquantity=""/>
			</ProductKeys> -->
  </CustomerList>
  <!-- Unique friendly name of the machine. The same friendly name must be used in EMS during fingerprint registration, if fingerprint registration is enabled for the entitlement or product key -->
  <!-- Option to start the service in offline mode(By default service will run in lease mode) -->
  <!--OfflineUsageSetting>
		<UsageUploadMode value = "offline_uploader"/>
	</OfflineUsageSetting-->
  <!-- **************************	Begin: Proxy Settings************************************************************	-->
  <!-- Description of All the proxy related settings -->
  <!-- ProxyMode:- possible values for ProxyMode:
					1 = no proxy
					2 = manual proxy
					3 = auto proxy -->
  <!-- **************************		Manual Proxy Settings	*****************************	-->
  <!-- ProxyHost - Proxy HostName or IP
	ProxyUser - Proxy User Name
	ProxyPassword - Proxy Password
	ProxyPort - Proxy Port Number -->
  <!-- **************************		Auto Proxy Settings	*****************************	-->
  <!-- ProxyPAC - Address of Proxy PAC file -->
  <!-- Properties to use for Proxy, Please uncomment the below section if you want to change proxy setting -->
  <!-- <ProxySettings>
		<ProxyMode value="3"/>
		<ProxyHost value="localhost" />
		<ProxyUser value="abc" />
		<ProxyPassword value="test" />
		<ProxyPort value="8080" />
		<ProxyPAC value="http://ProxyScriptHostUrl/proxy.pac"/>
	</ProxySettings> -->
  <ProxySettings>
    <ProxyMode value="1" />
  </ProxySettings>
  <!-- **************************** End: Proxy Settings *********************************************************** 	-->
  <!-- Description of All the logging related settings -->
  <!-- Logging:- 	possible values for Logging:
					0 - Logging is OFF
					1 - Logging is ON (Default)
		
		LogLevel:- 	possible values for LogLevel:
					1. Error  (Default)
					2. Debug
		LogFilePath:- location and name of the log file
		LogFileMode:- possible values for LogFileMode:
					1 - Create New File For Logging
					2 - Append Existing File For Logging (Default)
		LogType:- possible values for LogType:
				1 - Logging to be done in File (Default)
				2 - Logging to be done in OS event logger -->
  <!-- Properties to use for logging, Please uncomment the below section if you want to change log related settings.
		 Please note logging configurations are not valid for standalone mode -->
  <!--<LoggingSettings>
		<Logging value ="1"/>
		<LogLevel value ="1"/>
		<LogFilePath value ="scp.log"/>
		<LogFileMode value ="2"/>
		<LogType value ="1"/>
	</LoggingSettings>-->
  <NetworkConfigurations>
    <!-- The default is 300 seconds, which is not enough for larger entitlements -->
    <ConnectionTimeout value="600" />
  </NetworkConfigurations>
</Configuration>