mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 01:01:58 +03:00
map improvement
user picture image crop
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
<add key="ClientValidationEnabled" value="true" />
|
||||
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
||||
<add key="takeTopFriends" value="20" />
|
||||
<add key="azureProfilesContainer" value="profiles"/>
|
||||
<add key="profileImageFormat" value="profile_{0}.jpg"/>
|
||||
</appSettings>
|
||||
|
||||
<system.web>
|
||||
@@ -98,5 +100,12 @@
|
||||
</behavior>
|
||||
</serviceBehaviors>
|
||||
</behaviors>
|
||||
<bindings>
|
||||
<webHttpBinding>
|
||||
<binding maxBufferSize="965536" maxBufferPoolSize="965536" maxReceivedMessageSize="965536">
|
||||
<readerQuotas maxStringContentLength="965536"/>
|
||||
</binding>
|
||||
</webHttpBinding>
|
||||
</bindings>
|
||||
</system.serviceModel>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user