TLSharp/TLSharp.Tests/app.config

9 lines
251 B
Plaintext
Raw Normal View History

2015-09-28 04:01:17 +02:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="numberToAuthenticate" value="" />
2016-01-27 12:02:18 +01:00
<add key="numberToSendMessage" value=""/>
2016-02-01 21:58:51 +01:00
<add key="userNameToSendMessage" value=""/>
2015-09-28 04:01:17 +02:00
</appSettings>
</configuration>