Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <nrd>
        <fileGateway>   
            <wsl endpoint="https://rsa.nsd.ru/onyxpl/WslService"
                 lkrEndpoint="http://repository1.itglobal.ru/lkr/"
                 httpsMode="Auto">
                ...
            </wsl>        
            ...           
            <channels>               
                ...               
            </channels>
      		<lkrChannels>
        			<channel enabled="true" 
                 				username="" 
                 				password="" 
                 				clientCertificateSerialNumber="" 
                 				validataProfile="My" 
                 				cryptography="GOST" 
                 				asIs="true">
            			<outbox path="c:\transfersvc\lkr\outbox" 
                    				monitoringThreshold="0:00:05" />
           		 			<sent path="c:\transfersvc\lkr\sent" />
        			</channel>  
      		</lkrChannels>
        </fileGateway>
    </nrd>
</configuration>

...