update DataUploader/Web.config

This commit is contained in:
Samuele E. Locatelli
2015-10-02 09:49:45 +02:00
parent 4fe99c1149
commit 30bbfdf324
2 changed files with 2 additions and 1 deletions
Binary file not shown.
+2 -1
View File
@@ -2,7 +2,8 @@
<configuration>
<appSettings>
<!--parametri base-->
<add key="maxDocsToUpload" value="50" />
<!--<add key="maxDocsToUpload" value="50" />-->
<add key="maxDocsToUpload" value="5" />
<add key="remoteDocUrl" value="http://webscr.steamware.net/Rigamonti/Upload/Document" />
<add key="remoteCliUrl" value="http://webscr.steamware.net/Rigamonti/Upload/Client" />
<add key="debugMode" value="false" />