Skip to content

Commit

Permalink
Update bot parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
oanguenot committed Dec 27, 2017
1 parent 245186d commit d82e6eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"mode": "xmpp"
},
"credentials": {
"login": "[email protected]",
"password": "Password_123"
"login": "<bot_loginEmail>",
"password": "<bot_password>"
},
"logs": {
"enableConsoleLogs": true,
"enableConsoleLogs": false,
"enableFileLogs": false,
"file": {
"path": "/var/tmp/rainbowsdk/",
Expand Down

0 comments on commit d82e6eb

Please sign in to comment.