Advertisement
Guest User

Untitled

a guest
May 16th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!-- For more information on using transformations
  3. see the web.config examples at http://go.microsoft.com/fwlink/?LinkId=214134. -->
  4. <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  5.  
  6. <configSections>
  7. <section xdt:Transform="Remove" xdt:Locator="Match(name)" name="NALConfigurationSection" type="Telexis.TSU.CheckSystem.Configuration.NALConfigurationSection, Telexis.TSU.CheckSystem" />
  8. <section xdt:Transform="Remove" xdt:Locator="Match(name)" name="CompassBeepSection" type="Telexis.TSU.Common.CompassBeepService.Configuration.CompassBeepServiceConfigurationSection, Telexis.TSU.Common.CompassBeepService" />
  9. <section xdt:Transform="Remove" xdt:Locator="Match(name)" name="OVCCConfigurationSection" type="Telexis.TSU.OVCC.Settings.OVCCConfigurationSection, Telexis.TSU.OVCC" />
  10. </configSections>
  11.  
  12. <NALConfigurationSection xdt:Transform="Remove"/>
  13. <CompassBeepSection xdt:Transform="Remove"/>
  14. <OVCCConfigurationSection xdt:Transform="Remove"/>
  15.  
  16. <AuthenticationConfigurationSection FtpHost="localhost"
  17. FtpPort="21"
  18. FtpUsername="TSUTest"
  19. FtpPassword="tsutest"
  20. EncryptedFileLocation="C:\TSU\Auth\enc"
  21. FtpDirectory="\"
  22. FileName="agentlist.xml"
  23. xdt:Transform="SetAttributes"/>
  24.  
  25. <MbcCommunicationConfiguration IPAddress="225.0.0.225"
  26. Port="2255"
  27. TriggerPeriod="900"
  28. PositionTimeout="300"
  29. xdt:Transform="SetAttributes"/>
  30.  
  31. <CoreServiceConfigurationSection VehicleId="1234"
  32. UploadPeriod="30"
  33. FtpHost="localhost"
  34. FtpPort="21"
  35. FtpDirectory="\"
  36. FtpUsername="TelexisTestFTP"
  37. FtpPassword="TELEXIS"
  38. AuthType="NONSDOAFile"
  39. FtpRetries="5"
  40. FtpDelay="0:0:05"
  41. PTOName="SYN"
  42. PTOId="009"
  43. VehicleIdFileName="VehicleID.txt"
  44. DefaultVehicleID="9991"
  45. xdt:Transform="SetAttributes"/>
  46. <PaymentConfigurationSection
  47. ECRID="ECR_TLXIPP"
  48. Currency="EUR"
  49. CertificatePath="C:\Users\nsajic\Documents\Certificates\payplaza-testpms-client-2016.p12"
  50. Password="thee2Zoh-metx4pgs"
  51. SubjectName="payplaza-testpms-client"
  52. MaximumNumberOfTimeoutMessages="3"
  53. MaximumNumberOfRejectMessages="5"
  54. BaseURL="https://cert.payplaza.com:32001/ecr-ws-dev4/rest/ecr/4.0/"
  55. Timeout="25000"
  56. xdt:Transform="SetAttributes"/>
  57. <PrinterConfigurationSection
  58. FontSize="8"
  59. FontFamilyName="Arial"
  60. FontStyle="Bold"
  61. TimeoutForPrinterResponse="5000"
  62. WaitingTimeForPrintJob="5000"
  63. PrinterName="HPRT TP808"
  64. ComPort="COM3"
  65. Margin="3"
  66. UseBlackmark="false"
  67. LogoPath="Resources\logo-syntus.png"
  68. BaudRate="115200"
  69. PrintBarcode="false"
  70. PrintStampbox="false"
  71. LowPaperPercentage="10"
  72. MaximumSlipNumber="10000"
  73. xdt:Transform="SetAttributes"/>
  74.  
  75. <!--
  76. RICS code is for now 9999 until sytnuts gets official
  77. SubjectName - Certificate Subject Name
  78. TCOTicketOrgID - for Syntus its 09
  79. TCOProductOrgID - for Syntus its 09
  80. Length fields are fixed according to UIC standard
  81.  
  82. PREDEFINED LENGTH
  83. SubjectName=NONE
  84. RecordId=6
  85. RecordLength=4
  86. RecordVersion=2
  87. RicsCode=4
  88. Flags=1
  89. EditionLanguage=2
  90. SecondEditionLanguage=2
  91. TCOTagOperatorRecord=6
  92. TCORecordVersion=2
  93. TCORecordLength=4
  94. TCOTagTicket=3
  95. TCOLength=3
  96. TCOTicketOrgID=2
  97. TCOProductOrgID=2
  98. PKITag=3
  99. MessageTypeVersion=2
  100. SignatureKeyCode=5-->
  101. <BarcodeConfigurationSection
  102. SubjectName="TelExe"
  103. RecordId="U_HEAD"
  104. RecordLength="0053"
  105. RecordVersion="01"
  106. RicsCode="9999"
  107. Flags="6"
  108. EditionLanguage="NL"
  109. SecondEditionLanguage="EN"
  110. TCOTagOperatorRecord="9999OT"
  111. TCORecordVersion="01"
  112. TCORecordLength="0051"
  113. TCOTagTicket="154"
  114. TCOLength="039"
  115. TCOTicketOrgID="09"
  116. TCOProductOrgID="09"
  117. PKITag="#UT"
  118. MessageTypeVersion="01"
  119. SignatureKeyCode="00001"
  120. BarcodeSize="87"
  121. BarcodePath="C:\Telexis Workspace\TSU\main\TSU\Telexis.TSU.UICStandardProvider\BC\privKey.pem"
  122. xdt:Transform="SetAttributes"/>
  123.  
  124. <transactionProcessing DeviceID="041F42"
  125. BusinessEntityID="9"
  126. TransactionPath="C:\tsu\Transactions\txar"
  127. FileType="3"
  128. ModalType="2"
  129. TxFilesFtpLocation="TSUTransactions"
  130. TxFileArchive="C:\tsu\Transactions\txFileArchive"
  131. HousekeepingPeriod="28:00:00:00"
  132. RetryToSendTxFileToFTP="3"
  133. RetryTimeout="00:00:05"
  134. SamBankIPAddress="localhost"
  135. SamBankPort="9091"
  136. SignATxFile="false"
  137. xdt:Transform="SetAttributes"/>
  138.  
  139. <CompassBeepSection CompassAddress="localhost"
  140. CompassPort="9001"
  141. CompassReaderId="26"
  142. xdt:Transform="SetAttributes"/>
  143.  
  144. <OVCCComponentsConfigurationSection CheckOVCCComponents="false"
  145. CheckNALAvailability="false"
  146. xdt:Transform="SetAttributes"/>
  147.  
  148. <OVCCComponentsConfigurationSection xdt:Transform="RemoveAttributes(CompassServiceName,SAMBankServiceName,OTTServiceName,POSSServiceName)"/>
  149.  
  150. <EodSet EodSetLocalPath="C:\TSU\EODHandlingFiles"
  151. EodSetMasterConfigFileName="TVM.cnf"
  152. xdt:Transform="SetAttributes"/>
  153.  
  154. <diagnostics>
  155. <appender name="FileLogger" type="Telexis.Diagnostics.FileLogger" xdt:Locator="Match(name)">
  156. <file value="C:\TSU_LOGS\CoreService.log" xdt:Transform="SetAttributes" />
  157. <rotation value="Date" />
  158. <loglevel value="Info" />
  159. <logfields>
  160. <logfield value="ThreadID" />
  161. <logfield value="Milliseconds" />
  162. <logfield value="EventID" />
  163. </logfields>
  164. </appender>
  165. <appender name="DebugLogger" type="Telexis.Diagnostics.FileLogger" xdt:Locator="Match(name)">
  166. <file value="C:\TSU_LOGS\CoreService.debug.log" xdt:Transform="SetAttributes" />
  167. <rotation value="Date" />
  168. <loglevel value="Debug" />
  169. <logfields>
  170. <logfield value="ThreadID" />
  171. <logfield value="Milliseconds" />
  172. <logfield value="EventID" />
  173. </logfields>
  174. </appender>
  175. <appender name="ConsoleLogger" type="Telexis.Diagnostics.ConsoleLogger">
  176. <loglevel value="Debug" xdt:Transform="SetAttributes" />
  177. <logfields>
  178. <!--<logfield value="CallingMethod" xdt:Transform="Insert"/>-->
  179. </logfields>
  180. </appender>
  181. </diagnostics>
  182. <connectionStrings xdt:Transform="Replace">
  183. <add name="TSUDataContext"
  184. connectionString="Data Source=C:\TSU\SQLite\TSUDb.sqlite"
  185. providerName="System.Data.SQLite.EF6"/>
  186. </connectionStrings>
  187. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement