Advertisement
Guest User

Untitled

a guest
Jul 31st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 11.02 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3.   <configSections>
  4.     <section name="diagnostics" type="Telexis.Diagnostics.LogConfigurationSectionHandler, Telexis.Diagnostics" />
  5.     <section name="PaymentConfigurationSection" type="Telexis.TSU.PaymentInterface.PayPlaza.Configuration.PaymentConfigurationSection, Telexis.TSU.PaymentInterface.PayPlaza" />
  6.     <section name="PrinterConfigurationSection" type="Telexis.TSU.PrinterInterface.Configuration.PrinterConfigurationSection, Telexis.TSU.PrinterInterface" />
  7.     <section name="OVCCConfigurationSection" type="Telexis.TSU.OVCC.Settings.OVCCConfigurationSection, Telexis.TSU.OVCC" />
  8.     <section name="OVCCComponentsConfigurationSection" type="Telexis.TSU.OVCC.Settings.OVCCComponentsConfigurationSection, Telexis.TSU.OVCC" />
  9.     <section name="MbcCommunicationConfiguration" type="Telexis.TSU.MbcInterface.MbcCommunicationConfiguration, Telexis.TSU.MbcInterface" />
  10.     <section name="transactionProcessing" type="Telexis.TSU.TransactionProcessing.Config.TransactionConfig, Telexis.TSU.TransactionProcessing" />
  11.     <section name="CoreServiceConfigurationSection" type="Telexis.TSU.CoreService.Configuration.CoreServiceConfigurationSection, CoreService" />
  12.     <section name="BarcodeConfigurationSection" type="Telexis.TSU.UICStandardProvider.Configuration.KeolisBarcodeConfigurationSection, Telexis.TSU.UICStandardProvider" />    
  13.     <section name="NALConfigurationSection" type="Telexis.TSU.CheckSystem.Configuration.NALConfigurationSection, Telexis.TSU.CheckSystem" />
  14.     <section name="MonitoringLog" type="Telexis.Monitoring.MonitoringLog.Configuration.MonitoringLogConfigurationSection, Telexis.Monitoring.MonitoringLog" />
  15.     <section name="CompassBeepSection" type="Telexis.TSU.Common.CompassBeepService.Configuration.CompassBeepServiceConfigurationSection, Telexis.TSU.Common.CompassBeepService" />
  16.     <section name="EodSet" type="Telexis.TSU.EOD.EodHandling.Configuration.EodSetConfigurationSection, Telexis.TSU.EOD.EodHandling" />
  17.     <section name="AuthenticationConfigurationSection" type="Telexis.TSU.AuthenticationInterface.Configuration.AuthenticationConfigurationSection, Telexis.TSU.AuthenticationInterface" />
  18.     <section name="MaintenanceConfigurationSection" type="Telexis.TSU.CoreService.Configuration.MaintenanceConfigurationSection, CoreService" />
  19.     <section name="CheckInternetConnectionConfigurationSection" type="Telexis.TSU.CheckSystem.Configuration.CheckInternetConnectionConfigurationSection, Telexis.TSU.CheckSystem" />
  20.   </configSections>
  21.  
  22.   <AuthenticationConfigurationSection FtpHost="127.0.0.1"
  23.                                      FtpPort="21"
  24.                                      FtpUsername="AUTH"
  25.                                      FtpPassword="telexis"
  26.                                      EncryptedFileLocation="C:\TSU\Auth\enc"
  27.                                      FtpDirectory="\"
  28.                                      FileName="agentlist.xml"/>
  29.  
  30.   <CompassBeepSection CompassAddress="[IP-ADDRESS-OF-COMPASS]" CompassPort="[PORT-OF-COMPASS-READER-CONTROLLER]" CompassReaderId="[CARD-READER-ID-TO-SEND-BEEPS-TO]" />
  31.   <CheckInternetConnectionConfigurationSection NslookupParameters="myip.opendns.com. resolver1.opendns.com"
  32.                                               PingServerIP="8.8.8.8"
  33.                                               LocalNetwork="192.168.0.1"
  34.                                               IsRouterRebootEnabled="false"/>
  35.  
  36.   <EodSet EodSetLocalPath="[EOD-SET-LOCATION]" EodSetMasterConfigFileName="[MASTER-CONFIG-FILE-NAME]" />
  37.  
  38.   <NALConfigurationSection ServerAddress="[SERVERIP]" ServerPort="[PORT]" />
  39.  
  40.   <MbcCommunicationConfiguration IPAddress="[UDP-IP-ADDRESS]" Port="[UDP-PORT-NUMBER]" TriggerPeriod="[OCCURENCE-PERIOD-IN-MS]" PositionTimeout="[TIMEOUT-IN-SECONDS]" />
  41.  
  42.   <CoreServiceConfigurationSection VehicleId="[VEHICLE-ID]"
  43.                                   UploadPeriod="[UPLOAD-PERIOD-IN-SECONDS]"
  44.                                   FtpHost="[FTP-HOST]"
  45.                                   FtpPort="[FTP-PORT]"
  46.                                   FtpDirectory="[FTP-DIRECTORY]"
  47.                                   FtpUsername="[FTP-USERNAME]"
  48.                                   FtpPassword="[FTP-PASSWORD]"
  49.                                   FtpRetries="[FTP-RETRIES]"
  50.                                   PTOName="[PTO-NAME]"
  51.                                   PTOId="[PTO-ID]"
  52.                                   AuthType="nonSDOAfile"
  53.                                   VehicleIdFileName="[VEHICLE-ID-FILE-NAME]"
  54.                                   DefaultVehicleID="[DEFAULT-VEHICLE-ID]"
  55.                                   UseEEPROMDevice="false"
  56.                                   FtpDelay="0:0:05" />
  57.  
  58.   <OVCCConfigurationSection MerchantDeviceIdField="[MERCHANT-DEVICE-ID-FIELD]" ShiftNumberField="[SHIFT-NUMBER-FIELD]" DefaultLanguageField="[DEFAULT-LANGUAGE-FIELD]" CredentialsUsername="[CREDENTIALS-USERNAME]" CredentialsPassword="[CREDENTIALS-PASSWORD]" />
  59.  
  60.   <PaymentConfigurationSection ECRID="[ECRID]" Currency="[CURRENCY]" CertificatePath="[CERTIFICATE-PATH]" Password="[PASSWORD]" SubjectName="[SUBJECT-NAME]" MaximumNumberOfTimeoutMessages="[MAXIMUM-NUMBER-OF-TIMEOUT-MESSAGES]" MaximumNumberOfRejectMessages="[MINIMUM-NUMBER-OF-TIMEOUT-MESSAGES]" BaseURL="[BASE-URL]" Timeout="[TIMEOUT]" />
  61.  
  62.   <PrinterConfigurationSection FontSize="[FONT-SIZE]" FontFamilyName="[FONT-FAMILY-NAME]" FontStyle="[FONT-STYLE]" TimeoutForPrinterResponse="[TIME-OUT-FOR-PRINTER-RESPONSE]" WaitingTimeForPrintJob="[WAITING-TIME-FOR-PRINT-JOB]" PrinterName="[PRINTER-NAME]" Margin="[MARGIN]" LogoPath="[LOGOPATH]" ComPort="[COM-PORT]" BaudRate="[BAUD-RATE]"   PrintBarcode="[PRINT-BARCODE]" UseBlackmark="false" LowPaperPercentage="10" MaximumSlipNumber="10000" />
  63.  
  64.   <BarcodeConfigurationSection SubjectName="[SUBJECT-NAME]" RecordId="[RECORD-ID]" RecordLength="[RECORD-LENGTH]" RecordVersion="[RECORD-VERSION]" RicsCode="[RICS-CODE]" Flags="[FLAGS]" EditionLanguage="[EDITION-LANGUAGE]" SecondEditionLanguage="[SECOND-EDITION-LANGUAGE]" TCOTagOperatorRecord="[TCOT-AG-OPERATOR-RECORD]" TCORecordVersion="[TCO-RECORD-VERSION]" TCORecordLength="[TCO-RECORD-LENGTH]" TCOTagTicket="[TCO-TAG-TICKET]" TCOLength="[TCO-LENGTH]" TCOTicketOrgID="[TCO-TICKET-ORG-ID]" TCOProductOrgID="[TCO-PRODUCT-ORG-ID]" PKITag="[PKI-TAG]" MessageTypeVersion="[MESSAGE-TYPE-VERSION]" SignatureKeyCode="[SIGNATURE-KEY-CODE]" BarcodeSize="[BARCODE-SIZE]" BarcodePath="[PATH-TO-THE-FILE-WITH-KEYS]" />
  65.  
  66.   <transactionProcessing DeviceID="[DEVICE-ID]"
  67.                         BusinessEntityID="[BUSINESS-ENTITY-ID]"
  68.                         TransactionPath="[LOCAL-PATH-FOR-TRANSACTION]"
  69.                         FileType="[FILE-TYPE]"
  70.                         ModalType="[MODAL-TYPE]"
  71.                         TxFilesFtpLocation="[FTP-LOCATION-OF-TXFILES]"
  72.                         TxFileArchive="[LOCAL-PATH-FOR-ARCHIVING-TXFILES]"
  73.                         HousekeepingPeriod="[HOUSE-KEEPING-PERIOD]"
  74.                         RetryToSendTxFileToFTP="3"
  75.                         RetryTimeout="00:00:05"
  76.                         SamBankIPAddress="[SAM BANK IP ADDRESS]"
  77.                         SamBankPort="[SAM BANK PORT]"
  78.                         SignATxFile="[SHUOLD a TX FILE BE SIGNED]"
  79.                         EndOfBusinessDayInHours ="[END-OF-BUSINESS-DAY-IN-HOURS]"/>
  80.  
  81.   <OVCCComponentsConfigurationSection CheckOVCCComponents="[SHOULD-OVCC-COMPONENTS-BE-CHECKED]" CheckNALAvailability="false" CompassServiceName="[SERVICE-NAME-OF-COMPASS]" SAMBankServiceName="[SERVICE-NAME-OF-SAMBANK]" OTTServiceName="[SERVICE-NAME-OF-OTT]" POSSServiceName="[SERVICE-NAME-OF-POSS]" />
  82.  
  83.   <MaintenanceConfigurationSection FileNamePrefix="[NAME-OF-THE-MAINTENANCE-FILE]" FileDirectoryPath="[DIRECTORY-PATH-OF-THE-MAINTENANCE-FILE]" ShouldCreateAndUploadFile="[SHOULD-CREATE-AND-UPLOAD-MAINTENANCE-FILE]" />
  84.   <diagnostics>
  85.     <appender name="FileLogger" type="Telexis.Diagnostics.FileLogger">
  86.       <file value="C:\TSU\logs\CoreService_Info" />
  87.       <rotation value="Daily" />
  88.       <loglevel value="Info" />
  89.       <logfields>
  90.         <logfield value="ThreadID" />
  91.         <logfield value="Milliseconds" />
  92.         <logfield value="EventID" />
  93.       </logfields>
  94.     </appender>
  95.     <appender name="DebugLogger" type="Telexis.Diagnostics.FileLogger">
  96.       <file value="C:\TSU\logs\CoreService_Debug" />
  97.       <rotation value="Daily" />
  98.       <loglevel value="Debug" />
  99.       <logfields>
  100.         <logfield value="ThreadID" />
  101.         <logfield value="Milliseconds" />
  102.         <logfield value="EventID" />
  103.       </logfields>
  104.     </appender>
  105.     <appender name="ConsoleLogger" type="Telexis.Diagnostics.ConsoleLogger">
  106.       <loglevel value="Debug" />
  107.       <logfield value="EventID" />
  108.     </appender>
  109.   </diagnostics>
  110.   <system.serviceModel>
  111.     <bindings>
  112.       <netNamedPipeBinding>
  113.         <binding name="NetNamedPipeBinding_IPresentationService" receiveTimeout="0:20:0" openTimeout="0:20:0" closeTimeout="0:20:0" sendTimeout="0:20:0"/>
  114.       </netNamedPipeBinding>
  115.       <mexHttpBinding>
  116.         <binding name="MexHttpBinding_IPresentationService" receiveTimeout="0:20:0" openTimeout="0:20:0" closeTimeout="0:20:0" sendTimeout="0:20:0" />
  117.       </mexHttpBinding>
  118.     </bindings>
  119.     <services>
  120.       <service name="Telexis.TSU.CoreService.PresentationService">
  121.         <endpoint address="net.pipe://localhost/PresentationService" binding="netNamedPipeBinding" bindingConfiguration="NetNamedPipeBinding_IPresentationService" contract="Telexis.TSU.PresentationWCFService.IPresentationService">
  122.           <identity>
  123.             <dns value="localhost" />
  124.           </identity>
  125.         </endpoint>
  126.         <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" bindingConfiguration="MexHttpBinding_IPresentationService" />
  127.         <host>
  128.           <baseAddresses>
  129.             <add baseAddress="http://localhost:8085/PresentationService" />
  130.           </baseAddresses>
  131.         </host>
  132.       </service>
  133.     </services>
  134.     <behaviors>
  135.       <serviceBehaviors>
  136.         <behavior>
  137.           <!-- To avoid disclosing metadata information,
  138.          set the values below to false before deployment -->
  139.           <serviceMetadata httpGetEnabled="True" httpsGetEnabled="False" />
  140.           <!-- To receive exception details in faults for debugging purposes,
  141.          set the value below to true.  Set to false before deployment
  142.          to avoid disclosing exception information -->
  143.           <serviceDebug includeExceptionDetailInFaults="False" />
  144.         </behavior>
  145.       </serviceBehaviors>
  146.     </behaviors>
  147.   </system.serviceModel>
  148.   <startup>
  149.     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
  150.   </startup>
  151.   <connectionStrings>
  152.     <add name="[CONTEXT-NAME]" connectionString="[CONNECTION-STRING]" providerName="[PROVIDER-NAME]" />
  153.   </connectionStrings>
  154.  
  155.   <MonitoringLog MonitoringDatabaseLocation="C:\TSU\MonitoringDB\MonitoringData.db" />
  156.  
  157.   <appSettings>
  158.     <add key="AssemblyVersion" value="1.19.2.0"/>
  159.   </appSettings>
  160. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement