root/trunk/TruckExpoCDN/app.config @ 852

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

re #220

RevLine 
[415]1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3  <configSections>
4  </configSections>
[479]5  <appSettings>
[852]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" />-->
[834]10    <!--<add key="CDN.Connection" value="Data Source=.\sql2k;Initial Catalog=CDN_SAM_PRESS;User ID=sa;Password=mageroni" />-->
[482]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" />
[479]16  </appSettings>
[415]17  <connectionStrings>
[427]18    <add name="ExportFaktur.Properties.Settings.BAZA_REKLAMConnectionString"
[461]19      connectionString="Data Source=sql.ct.com.pl;Initial Catalog=Baza_Reklam_Test;Persist Security Info=True;User ID=sa;Password=9ar6u$ek"
[427]20      providerName="System.Data.SqlClient" />
[415]21    <add name="ExportFaktur.Properties.Settings.CDN_DemoConnectionString"
[479]22      connectionString="Data Source=.\sql2k;Initial Catalog=CDN_SAM_PRESS;Persist Security Info=True;User ID=sa;Password=mageroni"
[427]23      providerName="System.Data.SqlClient" />
[415]24  </connectionStrings>
25</configuration>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.