16 lines
1.1 KiB
XML
16 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<configSections>
|
|
</configSections>
|
|
<connectionStrings>
|
|
<!--Stringa CMS-->
|
|
<add name="DemoApp.Properties.Settings.CMS_OMRConnectionString" connectionString="Data Source=10.69.33.57\SQLEXPRESS;Initial Catalog=CMS-OMR;Persist Security Info=True;User ID=conn_CMS;Password=pwd_CMS;" providerName="System.Data.SqlClient" />
|
|
<!--Stringa connlocale prod-->
|
|
<!--<add name="DemoApp.Properties.Settings.CMS_OMRConnectionString" connectionString="Data Source=localhost;Initial Catalog=CMS-OMR;Persist Security Info=True;User ID=conn_CMS;Password=pwd_CMS;" providerName="System.Data.SqlClient" />-->
|
|
<!--Stringa DEV Seriate-->
|
|
<!--<add name="DemoApp.Properties.Settings.CMS_OMRConnectionString" connectionString="Data Source=SQL2016DEV;Initial Catalog=CMS-OMR;Persist Security Info=True;User ID=conn_CMS;Password=pwd_CMS;" providerName="System.Data.SqlClient" />-->
|
|
</connectionStrings>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
|
</startup>
|
|
</configuration> |