BazaReklamAktualizacja: app.config

Plik app.config, 2.3 KB (dodany przez marek, 17 years temu)
xx

app.config

Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3  <configSections>
4    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5      <section name="Baza_Reklam.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6    </sectionGroup>
7  </configSections>
8  <connectionStrings>
9    <clear />
10    <add name="BAZA_REKLAM" connectionString="Data Source=sql.ct.com.pl;Initial Catalog=BAZA_REKLAM;Persist Security Info=True"
11      providerName="System.Data.SqlClient" />
12  </connectionStrings>
13  <applicationSettings>
14    <Baza_Reklam.Properties.Settings>
15      <setting name="reportsServer" serializeAs="String">
16        <value>http://reports.ct.com.pl/ReportServer</value>
17      </setting>
18      <setting name="reklamaPath" serializeAs="String">
19        <value>G:\ReklamaFiles\</value>
20      </setting>
21    </Baza_Reklam.Properties.Settings>
22  </applicationSettings>
23  <appSettings>
24    <add key="Application.Version.Url" value="http://www.infocity.pl/baza_reklam/versioninfo.html#{0}" />
25    <add key="Application.Instruction.Url" value="http://www.infocity.pl/baza_reklam/instrukcja.htm" />
26    <add key="Application.Email.Smtp" value="poczta.ct.com.pl" />
27    <add key="Application.Email.From" value="BazaReklam@ct.com.pl" />
28    <add key="Application.Email.To" value="marek.stachura@ct.com.pl" />
29    <add key="Application.Email.Prowizje.To" value="danuta@ct.com.pl;irena@ct.com.pl;marek.stachura@ct.com.pl"></add>
30    <add key="Application.Email.Prowizje.Subject" value="Prowizje dla biura: {0}" />
31    <add key="Application.Email.Prowizje.Body" value="Prowizje dla biura {0} zostały właśnie ustalone przez: {1}{2}{2}-- {2}Data: {3}" />
32
33    <add key="Application.Pdf.File" value="http://truck.pl/ogloszenia/_getFile.asp?pdf,{0},," />
34    <add key="Application.Pdf.Date" value="http://truck.pl/ogloszenia/_getFile.asp?pdfdate,{0},," />
35
36    <add key="Application.Update.Exe" value="http://www.infocity.pl/baza_reklam/update/BazaReklam.Updater.exe" />
37    <add key="Application.Update.Zip" value="http://www.infocity.pl/baza_reklam/update/BazaReklam.zip" />
38  </appSettings>
39</configuration>