Fix URL e parametri CONF x url redirect auth

This commit is contained in:
Samuele E. Locatelli
2018-05-29 11:44:33 +02:00
parent b0dd75eb7f
commit 032c1366db
7 changed files with 9 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@
<appSettings>
<add key="appVers" value="Jetco" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="Environment" value="Jetco - Prod" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="baseAuthUrl" value="http://192.168.1.7/MP/TAB/jumper?" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="UrlMpSite" value="../SITE" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="UrlMpAdmin" value="../ADM" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="UrlMpIO" value="../IO" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />