Files
WebGIM/GIM_site/Web.IIS01.config
T
2019-08-06 17:55:13 +02:00

23 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="Environment" value="SteamWare - IIS01" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="DbConfConnectionString" value="Data Source=SQL2012PROD;Initial Catalog=Somaschini_GIM_ITA_prod;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="PermessiConnectionString" value="Data Source=SQL2012PROD;Initial Catalog=Somaschini_GIM_ITA_prod;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="UtenteCdcConnectionString" value="Data Source=SQL2012PROD;Initial Catalog=Somaschini_GIM_ITA_prod;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="VocabolarioConnectionString" value="Data Source=SQL2012PROD;Initial Catalog=Somaschini_GIM_ITA_prod;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="AppConnectionString" value="Data Source=SQL2012PROD;Initial Catalog=Somaschini_GIM_ITA_prod;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="TestAppConnectionString" value="Data Source=SQL2012PROD;Initial Catalog=Somaschini_GIM_ITA_prod_test;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="stampanteRichiesteMtz" value="null" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="GIMConnectionString" connectionString="Data Source=SQL2012PROD;Initial Catalog=Somaschini_GIM_ITA_prod;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="GIM_dataLayer.Properties.Settings.GIMConnectionString" connectionString="Data Source=SQL2012PROD;Initial Catalog=Somaschini_GIM_ITA_prod;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
</system.web>
</configuration>