root/trunk/TruckExpoCDN/app.config @ 897

Wersja 852, 1.6 KB (wprowadzona przez marek, 17 years temu)

re #220

Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3  <configSections>
4  </configSections>
5  <appSettings>
6    <add key="BazaReklam.Connection" value="Data Source=sql.ct.com.pl;Initial Catalog=Baza_Reklam;User ID=sa;Password=9ar6u$ek" />
7    <add key="CDN.Connection" value="Data Source=10.0.0.125;Initial Catalog=CDN_SAM_PRESS;User ID=sa;Password=9ar6u$ek" />
8    <!--<add key="BazaReklam.Connection" value="Data Source=sql.ct.com.pl;Initial Catalog=Baza_Reklam_Test;User ID=sa;Password=9ar6u$ek" />
9    <add key="CDN.Connection" value="Data Source=sql.ct.com.pl;Initial Catalog=CDN_SAM_PRESS;User ID=sa;Password=9ar6u$ek" />-->
10    <!--<add key="CDN.Connection" value="Data Source=.\sql2k;Initial Catalog=CDN_SAM_PRESS;User ID=sa;Password=mageroni" />-->
11
12    <add key="Email.Smtp" value="smtp.ct.com.pl" />
13    <add key="Email.From" value="cdn@ct.com.pl" />
14    <add key="Email.To" value="marek.stachura@ct.com.pl" />
15    <add key="Email.Subject" value="[Error] CDN Import Faktur" />
16  </appSettings>
17  <connectionStrings>
18    <add name="ExportFaktur.Properties.Settings.BAZA_REKLAMConnectionString"
19      connectionString="Data Source=sql.ct.com.pl;Initial Catalog=Baza_Reklam_Test;Persist Security Info=True;User ID=sa;Password=9ar6u$ek"
20      providerName="System.Data.SqlClient" />
21    <add name="ExportFaktur.Properties.Settings.CDN_DemoConnectionString"
22      connectionString="Data Source=.\sql2k;Initial Catalog=CDN_SAM_PRESS;Persist Security Info=True;User ID=sa;Password=mageroni"
23      providerName="System.Data.SqlClient" />
24  </connectionStrings>
25</configuration>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.