<!-- Development ESB - Horizon Power Specific Settings -->
<!-- add key="HPAdapterServiceUrl" value="http://hggasd01:8080/SGCISIntegration/Integration"/ -->
<!-- Test ESB Horizon Power Specific Settings -->
<!-- <add key="HPAdapterServiceUrl" value="http://hgesbt01:8080/SGCISIntegration/Integration"/>-->
<add key="HPAdapterServiceUrl" value="http://hgitgt01/SGCISIntegration/SGCISIntegrationService.svc"/>
<!-- Implementation classes for outbound communications -->
<add key="SMSFactoryImpl" value="SmartGrid.Service.Common.SMS.TelstraSmsService"/>
<!--Telstra config info -->
<add key="TelstraSMSUserName" value="metering.sms@horizonpower.com.au"/>
<add key="TelstraSMSPassword" value="Metering#1"/>
<add key="TelstraSMSUrl" value="https://tim.telstra.com/cgpwebservices/services/CGPWebSMSInterface"/>
<add key="TelstraWebProxyUrl" value="http://horizon-proxy-2:8200/"/>
<!-- Business Process Implementations -->
<add key="EnrollmentFactoryImpl" value="SmartGrid.Service.Account.Factory.Enrollment.HPEnrollmentBO"></add>
<add key="PaymentImpl" value="SmartGrid.Service.Factory.Payment.HPPaymentBO"/>
<add key="PaymentArrangementImpl" value="SmartGrid.Service.Account.Payment.HPPaymentArrangementBO"/>
<add key="AutoPaymentImpl" value="SmartGrid.Service.Account.Payment.DefaultAutoPaymentBO"/>
<add key="FundsTransferImpl" value="SmartGrid.Service.Account.Payment.DefaultFundsTransferBO"/>
<add key="DaysRemainingImpl" value="SmartGrid.Service.Common.Factory.HPDaysRemainingBO"/>
<add key="AccountTerminationImpl" value="SmartGrid.Batch.Internal.Account.HPTerminationProcessor"/>
<!-- Meter Read Processing config items -->
<add key="MeterReadProcessorImpl" value="SmartGrid.Service.Meter.Factory.HPMeterReadProcessor"/>
<add key="MeterReadImportImpl" value="SmartGrid.Service.Meter.Factory.HPMeterReadImport"/>
<add key="MeterManagerImpl" value="SmartGrid.Service.Factory.Meter.HPMeterManagerBO"/>
<add key="MeterOperationsImpl" value="SmartGrid.Service.Meter.Factory.HPMeterOperations"/>
<add key="RemoteMeterImpl" value="SmartGrid.Service.Meter.RemoteMeter.HP.HPRemoteMeter"/>
<add key="RoundBalances" value="False"/>
<add key="SweepChargesIntoDebtBalance" value="TRUE" />
<add key="ApplyAccountChargesToConnectedMetersOnly" value="TRUE"/>