aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TCC/Tango.TCC.Service/Web.config
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/TCC/Tango.TCC.Service/Web.config')
-rw-r--r--Software/Visual_Studio/TCC/Tango.TCC.Service/Web.config6
1 files changed, 4 insertions, 2 deletions
diff --git a/Software/Visual_Studio/TCC/Tango.TCC.Service/Web.config b/Software/Visual_Studio/TCC/Tango.TCC.Service/Web.config
index 291a5baec..9ef7bc67d 100644
--- a/Software/Visual_Studio/TCC/Tango.TCC.Service/Web.config
+++ b/Software/Visual_Studio/TCC/Tango.TCC.Service/Web.config
@@ -29,7 +29,7 @@
<add key="CARD_COLUMNS" value="10" />
<add key="CARD_ROWS" value="11" />
- <add key="CARD_TARGET_INDEX" value="99" />
+ <add key="CARD_TARGET_INDEX" value="89" />
<add key="TEMPLATE_STRING" value="PUT TEMPLATE STRING HERE!" />
<add key="SAMPLE_WIDTH" value="300" />
<add key="SAMPLE_HEIGHT" value="330" />
@@ -44,7 +44,9 @@
</appSettings>
<system.web>
- <compilation debug="true" targetFramework="4.6.1" />
+ <compilation debug="true" targetFramework="4.6.1">
+
+ </compilation>
<httpRuntime targetFramework="4.6.1" maxRequestLength="4096" />
<httpModules>
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />