<?xml version="1.0"?>
<configuration>
	<appSettings>
		<add key="NumCopies" value="1"/>
		<add key="PdfReaderPath" value="Foxit Reader"/>
		<add key="PrinterName" value="HP LaserJet 4200/4300 PCL6"/>
		<add key="IgnorePrintersContaining" value="fax, pdf"/>
		<add key="IgnorePrinters" value="microsoft xps document writer, Microsoft Print to PDF"/>
		<add key="PrintQueueRefreshSec" value="30"/>
		<add key="UseServerPrintQueue" value="true"/>
		<add key="ExportPrinterName" value=""/>
		<add key="ExportMethod" value="FTP"/>
		<add key="ExportUseSSL" value="false"/>
		<add key="ExportUseSSH" value="false"/>
		<add key="Host" value="ftp.ftp.com"/>
		<add key="Port" value="22"/>
		<add key="Username" value="user"/>
		<add key="Password" value="pass"/>
		<add key="FolderName" value="Folder"/>
		<add key="UseDateFolder" value="true"/>
	</appSettings>
	<!--<system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true">
      <proxy scriptLocation="http://proxy-pac/proxy.pac"/>
    </defaultProxy>
  </system.net>-->
	<system.serviceModel>
		<client>
			<endpoint address="https://drmc.plexus.cloud/UtilityServices/PrintService.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IPrintService" contract="PrintServer.IPrintService" name="BasicHttpBinding_IPrintService"/>
		</client>
		<services>
			<service behaviorConfiguration="PrintService.PrintServiceBehavior" name="PrintService.ClientPrintService">
				<endpoint address="" binding="webHttpBinding" bindingConfiguration="webBinding" behaviorConfiguration="webBehavior" contract="PrintService.IPrintClientService"/>
				<host>
					<baseAddresses>
						<add baseAddress="https://localhost:8080/PrintService"/>
					</baseAddresses>
				</host>
			</service>
		</services>
		<bindings>
			<basicHttpBinding>
				<binding name="BasicHttpBinding_IPrintService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="2147483647" maxBufferPoolSize="52428800" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
					<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
					<security mode="Transport">
						<transport clientCredentialType="None"/>
					</security>
				</binding>
			</basicHttpBinding>
			<webHttpBinding>
				<binding name="webBinding" maxBufferPoolSize="52428800" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647">
					<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
					<security mode="Transport">
						<transport clientCredentialType="None"/>
					</security>
				</binding>
			</webHttpBinding>
		</bindings>
		<behaviors>
			<endpointBehaviors>
				<behavior name="webBehavior">
					<webHttp/>
				</behavior>
			</endpointBehaviors>
			<serviceBehaviors>
				<behavior name="PrintService.PrintServiceBehavior">
					<serviceMetadata httpsGetEnabled="true"/>
					<serviceDebug includeExceptionDetailInFaults="true"/>
				</behavior>
			</serviceBehaviors>
		</behaviors>
	</system.serviceModel>
	<startup>
		<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
	</startup>
</configuration>
