mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-22 09:01:43 +03:00
c0d31a8652
user picture image crop
10 lines
840 B
XML
10 lines
840 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="DefaultEndpointsProtocol=https;AccountName=myfriendsaround;AccountKey=q6VfarAitAElTN+u0GD/F3kS3f+CGFdNNoJnZltTbFJnv7VEDZHwWX99JG6ZEUzQNjtdL9uLg8uske+ls8/uPg==" />
|
|
<Setting name="DataConnectionString" value="DefaultEndpointsProtocol=https;AccountName=myfriendsaround;AccountKey=q6VfarAitAElTN+u0GD/F3kS3f+CGFdNNoJnZltTbFJnv7VEDZHwWX99JG6ZEUzQNjtdL9uLg8uske+ls8/uPg==" />
|
|
</ConfigurationSettings>
|
|
</Role>
|
|
</ServiceConfiguration> |