semplificazione web.config ADM (commentato)
This commit is contained in:
+21
-17
@@ -11,20 +11,24 @@
|
||||
<appSettings>
|
||||
<!--gestione timeout "esteso" x chiamate SQL critiche, in secondi -->
|
||||
<add key="sqlLongCommandTimeout" value="600" />
|
||||
|
||||
|
||||
<!--commentato 2018.10.20-->
|
||||
<!--conf base-->
|
||||
<add key="appName" value="MoonProAdmin" />
|
||||
<!--<add key="appName" value="MoonProAdmin" />
|
||||
<add key="CodModulo" value="MoonPro" />
|
||||
<add key="_righeDataGrid" value="30" />
|
||||
<add key="_righeDataGridAnagr" value="20" />
|
||||
<add key="_righeDataGridMed" value="10" />
|
||||
<add key="_righeDataGridShort" value="10" />
|
||||
<add key="_fromEmail" value="MoonPro@steamware.net" />
|
||||
<add key="_fromEmail" value="MoonPro@steamware.net" />-->
|
||||
<!-- Logging -->
|
||||
<add key="_logDir" value="~/logs/" />
|
||||
<!--<add key="_logDir" value="~/logs/" />
|
||||
<add key="_logLevel" value="7" />
|
||||
<add key="_logMaxMb" value="30" />
|
||||
<add key="_logMaxMb" value="30" />-->
|
||||
|
||||
<!--altro-->
|
||||
<add key="_allowForceUser" value="true" />
|
||||
<!--<add key="_allowForceUser" value="true" />
|
||||
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
|
||||
<add key="_commonPages" value="menu.aspx" />
|
||||
<add key="_treeMaxChar" value="35" />
|
||||
@@ -34,32 +38,32 @@
|
||||
<add key="keepAliveMin" value="60" />
|
||||
<add key="MinCharAutocomplete" value="1" />
|
||||
<add key="_pdwUpdateForzato" value="colmecc" />
|
||||
<add key="_pdwRefreshDb" value="steamware" />
|
||||
<add key="_pdwRefreshDb" value="steamware" />-->
|
||||
<!--area codici per barcode, dichiarazioni produzione-->
|
||||
<add key="prefDichProd" value="XX" />
|
||||
<!--<add key="prefDichProd" value="XX" />
|
||||
<add key="MostraProd" value="XXPRD" />
|
||||
<add key="ConfermaProd" value="XXOK" />
|
||||
<add key="AnnullaProd" value="XXCAN" />
|
||||
<add key="AumentaProd" value="XXP" />
|
||||
<add key="DiminuisciProd" value="XXM" />
|
||||
<add key="DiminuisciProd" value="XXM" />-->
|
||||
<!--area codici per barcode, dichiarazioni fermate-->
|
||||
<add key="prefDichFerm" value="FE" />
|
||||
<!--<add key="prefDichFerm" value="FE" />-->
|
||||
<!--area codici per barcode, dichiarazioni operatore-->
|
||||
<add key="prefDichOp" value="OP" />
|
||||
<!--<add key="prefDichOp" value="OP" />-->
|
||||
<!--area codici per barcode, attrezzaggi-->
|
||||
<add key="prefDichAttrezzaggio" value="AT" />
|
||||
<!--<add key="prefDichAttrezzaggio" value="AT" />
|
||||
<add key="StartSetup" value="AT02" />
|
||||
<add key="EndSetup" value="AT01" />
|
||||
<add key="EndProd" value="AT07" />
|
||||
<add key="EndProd" value="AT07" />-->
|
||||
<!--area config termini tooltip sequencer-->
|
||||
<add key="codV" value="Lavora" />
|
||||
<!--<add key="codV" value="Lavora" />
|
||||
<add key="codG" value="???" />
|
||||
<add key="codR" value="Ferma" />
|
||||
<add key="codS" value="Spenta" />
|
||||
<add key="codS" value="Spenta" />-->
|
||||
<!--area oggetti di stampa-->
|
||||
<add key="exportFormat1" value="~/ExportPdf.aspx?tipo={0}&idx={1}" />
|
||||
<!--<add key="exportFormat1" value="~/ExportPdf.aspx?tipo={0}&idx={1}" />-->
|
||||
<!--abilita auth solo con username-->
|
||||
<add key="authSenzaDominio" value="true" />
|
||||
<!--<add key="authSenzaDominio" value="true" />-->
|
||||
<!--<add key="UtenteCdcConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=Steamware_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer;" />-->
|
||||
|
||||
<add key="DbConfConnectionString" value="Data Source=SQL2016DEV;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer16" />
|
||||
@@ -69,7 +73,7 @@
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SQL2016DEV;Initial Catalog=MoonPro_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16" />
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SQL2016DEV;Initial Catalog=MoonPro_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer16" />
|
||||
<!--gestione charting-->
|
||||
<add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;" />
|
||||
<!--<add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;" />-->
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="MoonProConnectionString" connectionString="Data Source=SQL2016DEV;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer16" providerName="System.Data.SqlClient" />
|
||||
|
||||
Reference in New Issue
Block a user