Skip to content

Commit

Permalink
Merge pull request #6169 from Xairooo/patch-3
Browse files Browse the repository at this point in the history
new settings, comments added
  • Loading branch information
MerlionRock authored Jul 31, 2017
2 parents 40dddd3 + fd039eb commit 1bf9235
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/MultiBotConfig.json.example
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"Threads": "set it to (account number / 2)",
"Threads": 2,
"HashKeyFile": "MultiBotConfigHashkey.txt",
"UseProxy": false,
"ProxyFile": "MultiBotConfigProxy.txt",
"AccountsFile": "MultiBotConfigAccounts.txt",
"AuthJsonFile": "auth.json",
"ConfigJsonFile": "config.json",
"CompleteTutorialNickName": "set to true to use login as username",
"CompleteTutorialNickName": true,
"TelegramTask": "should be false or Telegram maybe crash the bot",
"TelegramTask": false,
"WebSocket": {
"start_embedded_server": false,
"IP": "127.0.0.1",
"Port": 4000
},
"walker_limit_output": "set to true to reduce spam in console",
"walker_limit_output": true
}

0 comments on commit 1bf9235

Please sign in to comment.