We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715c7b2 commit f9b38f2Copy full SHA for f9b38f2
README.md
@@ -8,14 +8,11 @@
8
9
## Callstats REST API authentication steps:
10
11
-* Rename PeerCC/Client/RenameToConfig.cs class and file to Config.cs
12
-
13
* Set `App ID`: copy from your application settings to Config.cs
14
`localSettings.Values["appID"]`
15
16
-* Set `secret string` in Config.cs
+* Set `secret string` (any string the user chooses) in Config.cs
17
`localSettings.Values["secret"]`
18
-> `secret string` is any string the user chooses
19
20
* Open Command Prompt:
21
`set RANDFILE=.rnd`
0 commit comments