| 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 | <setting name="reportsServerLocal" serializeAs="String">
|
|---|
| 22 | <value>http://10.0.0.39/ReportServer</value>
|
|---|
| 23 | </setting>
|
|---|
| 24 | <setting name="Baza_Reklam_pl_admoto_service_ImportOtoMoto" serializeAs="String">
|
|---|
| 25 | <value>http://service.admoto.pl/importotomoto/default.asmx</value>
|
|---|
| 26 | </setting>
|
|---|
| 27 | </Baza_Reklam.Properties.Settings>
|
|---|
| 28 | </applicationSettings>
|
|---|
| 29 | <appSettings>
|
|---|
| 30 | <add key="Application.Version.Url" value="http://www.infocity.pl/baza_reklam/versioninfo.html#{0}" />
|
|---|
| 31 | <add key="Application.Instruction.Url" value="http://www.infocity.pl/baza_reklam/instrukcja.htm" />
|
|---|
| 32 | <add key="Application.Email.Smtp" value="poczta.ct.com.pl" />
|
|---|
| 33 | <add key="Application.Email.From" value="BazaReklam@ct.com.pl" />
|
|---|
| 34 | <add key="Application.Email.To" value="sylwek@ct.com.pl" />
|
|---|
| 35 | <add key="Application.Email.Prowizje.To" value="danuta@ct.com.pl;irena@ct.com.pl;marek.stachura@ct.com.pl;sylwek@ct.com.pl"></add>
|
|---|
| 36 | <add key="Application.Email.Prowizje.Subject" value="Prowizje dla biura: {0}" />
|
|---|
| 37 | <add key="Application.Email.Prowizje.Body" value="Prowizje dla biura {0} zostaÅy wÅaÅnie ustalone przez: {1}{2}{2}-- {2}Data: {3}" />
|
|---|
| 38 |
|
|---|
| 39 | <add key="Application.Pdf.File" value="http://truck.pl/ogloszenia/_getFile.asp?pdf,{0},," />
|
|---|
| 40 | <add key="Application.Pdf.Date" value="http://truck.pl/ogloszenia/_getFile.asp?pdfdate,{0},," />
|
|---|
| 41 |
|
|---|
| 42 | <add key="Application.Update.Exe" value="http://www.infocity.pl/baza_reklam/update/BazaReklam.Updater.exe" />
|
|---|
| 43 | <add key="Application.Update.Zip" value="http://www.infocity.pl/baza_reklam/update/BazaReklam.zip" />
|
|---|
| 44 | </appSettings>
|
|---|
| 45 | </configuration> |
|---|