mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-22 09:01:43 +03:00
9 lines
494 B
XML
9 lines
494 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ServiceConfiguration serviceName="MyFriendsAroundWindowsAzure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*">
|
|
<Role name="MyFriendsAround.Web">
|
|
<Instances count="1" />
|
|
<ConfigurationSettings>
|
|
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
|
|
</ConfigurationSettings>
|
|
</Role>
|
|
</ServiceConfiguration> |