mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 21:19:32 +01:00
Information about using ID/Tokens instead of Login/Password
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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user