Information about using ID/Tokens instead of Login/Password

Emmanuel Jeandel 2020-08-25 10:32:28 +02:00
parent 9a30f5a071
commit 909e10f308

@ -4,9 +4,11 @@
#REQUIRED (when not using webhooks)
Server="https://yourrocketchatserver.domain.com:443"
#login/pass of your bot. (login needs to be the login with email address! user@domain.com)
#Use a dedicated user for this and not your own!
#login information for your bot
#REQUIRED (when not using webhooks)
#You can use either Login/Password (login needs to be the login with email address! user@domain.com)
#or Login/Token. In this case, Login is actually your ID
#Use a dedicated user for this and not your own!
Login="yourlogin@domain.com"
Password="yourpass"