eDosStation/syncEdosLocal/App.Release.config

9 lines
586 B
Text
Raw Normal View History

2021-04-19 16:52:25 +02:00
<?xml version="1.0" encoding="utf-8"?>
<!--For more information on using transformations see the web.config examples at http://go.microsoft.com/fwlink/?LinkId=214134. -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
2021-04-26 16:14:01 +02:00
<appSettings>
2021-04-26 11:14:02 +02:00
<add key="smtpServer" value="192.168.113.120" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="smtpPort" value="25" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="smtpFrom" value="lvandenb@sckcen.be" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
2021-04-26 16:14:01 +02:00
</appSettings>
2021-04-19 16:52:25 +02:00
</configuration>