<?xml version="1.0" encoding="utf-16"?>
<ServiceConfiguration serviceName="dockfly.com" xmlns="
http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration">
<Role name="DockflyWebRole">
<ConfigurationSettings>
<Setting name="DiagnosticsConnectionString" value="UseDevelopmentStorage=true" />
<Setting name="BlobConn" value="DefaultEndpointsProtocol=https;AccountName=dockfly;AccountKey=xxxxxxxxxxxxxxxxxxxxx" />
<Setting name="DataConnectionString" value="DefaultEndpointsProtocol=https;AccountName=dockfly;AccountKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />
<Setting name="wll_appId" value="xxxxxxxxxxxxxxxx" />
<Setting name="wll_secret" value="xxxxxxxxxxxxxxxxxxxxxxx" />
<Setting name="BlobStorageEndPoint" value="
http://blob.core.windows.net/" />
<Setting name="TableStorageEndPoint" value="
http://table.core.windows.net/" />
<Setting name="QueueStorageEndPoint" value="
http://queue.core.windows.net/" />
<Setting name="AccountName" value="dockfly" />
<Setting name="AccountSharedKey" value="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" />
<Setting name="SMTP" value="allocatedparts.com" />
<Setting name="EmailAccount" value="
p@allocatedparts.com" />
<Setting name="PWD" value="XXXXXXXXXXXX />
<Setting name="Port" value="25" />
<Setting name="From" value="
p@allocatedparts.com" />
<Setting name="ssl" value="false" />
<Setting name="wll_securityalgorithm" value="wsignin1.0" />
<Setting name="wll_returnurl" value="
https://www.dockfly.com/webauth-handler.aspx" />
</ConfigurationSettings>
<Instances count="2" />
<Certificates>
<Certificate name="
www.dockfly.com" thumbprint="XXXXXXXXXXXXXXXXXXXXXXXXX" thumbprintAlgorithm="sha1" />
</Certificates>
</Role>
</ServiceConfiguration>