2021-04-19 16:52:25 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<configuration>
|
|
|
|
|
<configSections>
|
|
|
|
|
</configSections>
|
|
|
|
|
<connectionStrings>
|
2021-04-23 16:07:32 +02:00
|
|
|
<add name="eDosConnectionString" connectionString="Data Source=eDos;Initial Catalog=eDos;Persist Security Info=True;User ID=eDosStation;Password=Infopla+8;TrustServerCertificate=True;Application Name=syncEdosLocal" />
|
|
|
|
|
<add name="LocalConnectionString" connectionString="Data Source=eDosLocal;Initial Catalog=eDosLocal;Persist Security Info=True;User ID=eDosStation;Password=Infopla+8;TrustServerCertificate=True" />
|
2021-04-19 16:52:25 +02:00
|
|
|
<add name="syncEdosLocal.Properties.Settings.eDosLocalConnectionString"
|
2021-04-23 16:07:32 +02:00
|
|
|
connectionString="Data Source=eDosLocal;Initial Catalog=eDosLocal;Persist Security Info=True;User ID=eDosStation;Password=Infopla+8;TrustServerCertificate=True"
|
2021-04-19 16:52:25 +02:00
|
|
|
providerName="System.Data.SqlClient" />
|
|
|
|
|
<add name="syncEdosLocal.Properties.Settings.eDosConnectionString"
|
2021-04-23 16:07:32 +02:00
|
|
|
connectionString="Data Source=eDos;Initial Catalog=eDos;Persist Security Info=True;User ID=eDosStation;Password=Infopla+8;TrustServerCertificate=True;Application Name=syncEdosLocal"
|
2021-04-19 16:52:25 +02:00
|
|
|
providerName="System.Data.SqlClient" />
|
|
|
|
|
</connectionStrings>
|
|
|
|
|
<startup>
|
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
|
|
|
|
</startup>
|
|
|
|
|
<appSettings>
|
|
|
|
|
<add key="smtpFrom" value="lvandenb@sckcen.be"/>
|
2021-04-22 16:52:44 +02:00
|
|
|
<add key="smtpServer" value="smtp.sckcen.be"/>
|
2021-04-19 16:52:25 +02:00
|
|
|
</appSettings>
|
|
|
|
|
</configuration>
|