update web.config x Jetco

This commit is contained in:
Samuele E. Locatelli
2017-11-13 17:04:51 +01:00
parent a2aff33576
commit 9fe746fc42
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="Environment" value="Jetco - Prod" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_checkIobEmail" value="acc.arrivipassirano@Jetco.eu,d.camossi@Jetco.eu,m.cornelio@Jetco.eu,s.illini@Jetco.eu" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_checkIobEmail" value="commerciale@Jetco.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_smtpCli" value="smtp.gmail.com" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_emailUser" value="steamwarebot@gmail.com" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_emailPwd" value="drmfsls16" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
+1
View File
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="dominio" value="Donati" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="appVers" value="Donati" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_logLevel" value="5" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_smtpCli" value="192.168.48.1" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
+3 -2
View File
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="dominio" value="Jetco" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="appVers" value="Jetco" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_logLevel" value="5" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_smtpCli" value="smtp.gmail.com" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
@@ -8,8 +9,8 @@
<add key="_emailPwd" value="drmfsls16" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_enableSSL" value="true" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_useAuthSmtp" value="true" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_adminEmail" value="d.camossi@Jetco.eu,s.illini@Jetco.eu" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="baseUrlAdmin" value="http://192.168.51.77/MP/ADM/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_adminEmail" value="cmmerciale@Jetco.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="baseUrlAdmin" value="http://192.168.1.7/MP/ADM/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="EnableCdnJQ" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="DbConfConnectionString" value="Data Source=localhost\sqlexpress;Initial Catalog=Jetco_MoonPro;Persist Security Info=True;User ID=steamware;Password=viadante16" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="MoonProConnectionString" value="Data Source=localhost\sqlexpress;Initial Catalog=Jetco_MoonPro;Persist Security Info=True;User ID=steamware;Password=viadante16" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>