Files
CMS-OMR/Release/Release_1.1.1811.20/DemoApp.exe.config
T
Samuele E. Locatelli 4a3f99a970 v 1811.20 update release
2018-11-17 16:52:31 +01:00

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>