70 lines
4.6 KiB
XML
70 lines
4.6 KiB
XML
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!-- 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>
|
|
<!-- ************************* SVILUPPO *************************-->
|
|
<!-- Variabili di Ambiente -->
|
|
<add key="ProxyUrl" value="http://bfivprx.fideuram.bancafideuram.it:9090" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
<add key="ProxyUserName" value="" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
<add key="ProxyPassword" value="" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
|
|
<!-- SERVIZIO DATI.-->
|
|
<add key="UrlFideuramDati" value="http://bran.stark.hp:8080/fu-app/ReportManagerService" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
<!-- *FINE SERVIZIO DATI.-->
|
|
|
|
<!-- PROMETETIA CATASTO.-->
|
|
<add key="UrlPrometeiaCatasto" value="https://realestate-test.prometeia.it/IMEServices/ws/catasto" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
<add key="UserNamePrometeiaCatasto" value="fideuram" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
<add key="PasswordPrometeiaCatasto" value="EFS5U2rULZd6mNd" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
<!-- *FINE PROMETETIA CATASTO.-->
|
|
|
|
<!-- SERVIZIO IMAGE VALIDATOR.-->
|
|
<add key="UrlImageValidator" value="http://bfwscb01c.fideuram.bancafideuram.it:38080/htm/prometeia/validator" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
<!-- *FINE SERVIZIO VALIDATOR.-->
|
|
|
|
<!-- Licenza Dynamic PDF. -->
|
|
<add key="Licenza" value="MER50NESHPGEBDChULypwhGhZRnVsJlP2COQbxzfl06X/0Nij4uvqHGH49kc92xDaIX2nrMBOEiJMaEteGIjQXbQN6xytj5TAZzA" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
|
|
<!-- WebTemplateModeler. -->
|
|
<add key="UrlImageSchede" value="http://10.0.0.77/Consulenza.Unica.Services/imgreport" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
|
|
|
|
<!-- Variabili di DEBUG -->
|
|
|
|
<!--WriteSectionName: Scrive in alto a destra il nome(assembly) e l'id della sezione stampata nella pagina corrente.-->
|
|
<add key="WriteSectionName" value="false"/>
|
|
</appSettings>
|
|
|
|
|
|
<connectionStrings>
|
|
<add name="SqlServerConnectionReportModeler" providerName="System.Data.SqlClient" connectionString="Data Source=bfdspuc01c.sysfideuram.sysbancafideuram.it,53820; Database=ReportModeler2;User Id=userHP; Password=userHP; Max Pool Size=10" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
|
<add name="SqlServerConnectionConsulenzaBase" providerName="System.Data.SqlClient" connectionString="Data Source=bfdspuc01c.sysfideuram.sysbancafideuram.it,53820; Database=ConsulenzaBase;User Id=userHP; Password=userHP; Max Pool Size=10" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
|
<add name="SqlServerConsulenzaEvolutaConnection" providerName="System.Data.SqlClient" connectionString="Data Source=bfdspuc01c.sysfideuram.sysbancafideuram.it,53820; Database=ConsulenzaEvoluta;User Id=userHP; Password=userHP; Max Pool Size=10"/>
|
|
<add name="SqlServerConnectionWebTemplateReportModeler" providerName="System.Data.SqlClient" connectionString="Data Source=bfdspuc01c.sysfideuram.sysbancafideuram.it,53820; Database=WebTemplateReportModeler;User Id=userHP; Password=userHP; Max Pool Size=10" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
|
<add name="SqlServerConnectionReportArchive" providerName="System.Data.SqlClient" connectionString="Data Source=bfdspuc01c.sysfideuram.sysbancafideuram.it,53820; Database=ReportArchive;User Id=userHP; Password=userHP; Max Pool Size=10" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
|
<add name="SqlServerConsulenzaUnicaConnection" providerName="System.Data.SqlClient" connectionString="Data Source=bfdspuc01c.sysfideuram.sysbancafideuram.it,53820; Database=ConsulenzaUnica;User Id=userHP; Password=userHP; Max Pool Size=10" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
|
</connectionStrings>
|
|
|
|
|
|
|
|
<system.web>
|
|
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
|
<!--
|
|
In the example below, the "Replace" transform will replace the entire
|
|
<customErrors> section of your web.config file.
|
|
Note that because there is only one customErrors section under the
|
|
<system.web> node, there is no need to use the "xdt:Locator" attribute.
|
|
|
|
<customErrors defaultRedirect="GenericError.htm"
|
|
mode="RemoteOnly" xdt:Transform="Replace">
|
|
<error statusCode="500" redirect="InternalError.htm"/>
|
|
</customErrors>
|
|
-->
|
|
</system.web>
|
|
|
|
</configuration> |