mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-06 06:55:06 +00:00
Tests: put API settings also in app.config
For these tests to pass you not only needed to change the app.config file but the .cs file as well with your API settings (Hash & ID). So let's put everything of them in the app.config so it's easier to discover.
This commit is contained in:
parent
d96daec6d1
commit
bbc84f0748
2 changed files with 20 additions and 8 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="ApiHash" value="" />
|
||||
<add key="ApiId" value="" />
|
||||
<add key="NumberToAuthenticate" value="" />
|
||||
<add key="NotRegisteredNumberToSignUp" value=""/>
|
||||
<add key="NumberToSendMessage" value=""/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue