10 lines
444 B
XML
10 lines
444 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="DefaultSender" value="stoyan.zlatev@xylem.com"/>
|
|
<add key="LogFolder" value="C:\Temp\PendingEmails"/>
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<add name="Auftrag" connectionString="Server=SLASQL01.emea.sensus.net; Database=Auftrag; User ID=ServiceParingfile; Password=ServiceParingfile;"/>
|
|
</connectionStrings>
|
|
</configuration> |