update gitignore
This commit is contained in:
+1
-2
@@ -27,8 +27,7 @@ GMW_Terminus.suo
|
||||
/GMW/PDF/*/*/*/*.pdf
|
||||
/GMW/temp/*.emf
|
||||
|
||||
/GMW/bin/*.pdb
|
||||
/GMW/bin/*/*.pdb
|
||||
/GMW/bin/*
|
||||
/GMW/obj/*
|
||||
|
||||
|
||||
|
||||
+8
-5
@@ -42,9 +42,9 @@
|
||||
<!--Setup applicazione-->
|
||||
<add key="CodModulo" value="GMW" />
|
||||
<add key="_titoloPagina" value="GMW - Gruppo Mazzucconi S.p.A, portale Gestione Magazzino Web" />
|
||||
<add key="titleApp" value="GMW - SAN POSSIDONIO" />
|
||||
<add key="titleApp" value="GMW - Tekal" />
|
||||
<add key="appName" value="GMW" />
|
||||
<add key="SiteName" value="San Possidonio" />
|
||||
<add key="SiteName" value="Tekal" />
|
||||
<add key="copyRight" value="SteamWare © 2010" />
|
||||
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx#ErrorCodes.aspx" />
|
||||
<add key="_commonPages" value="menu.aspx#chLang.aspx" />
|
||||
@@ -85,6 +85,9 @@
|
||||
<add key="_logLevel" value="6" />
|
||||
<add key="_logMaxMb" value="30" />
|
||||
<!--Default values vari-->
|
||||
<add key="NumX" value="10" />
|
||||
<add key="NumY" value="5" />
|
||||
<add key="NumZ" value="1" />
|
||||
<add key="BilanciaMP" value="MP" />
|
||||
<add key="CodStatoMP" value="MP" />
|
||||
<add key="CodStatoMP-NA" value="MP-NA" />
|
||||
@@ -104,6 +107,7 @@
|
||||
<add key="checkUDC_NC" value="false" />
|
||||
<!--Setup urls stampa reports-->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=true&rc:Toolbar=true&CodListaPrel={3}{4}" />
|
||||
<add key="reportingServerAddress" value="SRV65:8282" />
|
||||
<add key="reportDir" value="POSSIDONIO/MAGAZZINO" />
|
||||
<add key="reportName" value="Lista_di_Prelievo_Test" />
|
||||
<add key="reportOpzPdf" value="&rs:Format=PDF" />
|
||||
@@ -169,16 +173,15 @@
|
||||
<add key="_adminEmail" value="giancarlo@steamware.net" />
|
||||
<add key="_smtpCli" value="keyhammer.ath.cx" />
|
||||
<add key="owin:AutomaticAppStartup" value="false" />
|
||||
<!--Sviluppo SP-->
|
||||
<!--Sviluppo TK-->
|
||||
<add key="GMWConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="SP_produzioneConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_Produzione;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
||||
<add key="PermessiConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<add key="DbConfConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<!--Sviluppo SP-->
|
||||
<!--Sviluppo TK-->
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
|
||||
Reference in New Issue
Block a user