mirror of
https://github.com/ahabhyde/miguelbridge
synced 2025-01-10 06:24:20 +01:00
Sample json file
This commit is contained in:
parent
a98cf5a15b
commit
c51262aa65
15
sample_botsettings.json
Normal file
15
sample_botsettings.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"tguser": "Telegram user name",
|
||||
"matrixuser": "Matrix user name",
|
||||
"tgtoken": "Token key given from BotFather",
|
||||
"matrixpswd": "Matrix user password",
|
||||
"matrixhomeserver": "Matrix home server url",
|
||||
|
||||
"rooms": [{
|
||||
"tgname": "Name of the room in Telegram",
|
||||
"matrixname": "Name of the room in Matrix",
|
||||
"tgid": "Chat id of the room in Telegram",
|
||||
"matrixid": "Chat id of the room in Matrix",
|
||||
"lastmessageid": "event id of the last message sent in this room. DO NOT EDIT"
|
||||
]}
|
||||
}
|
Loading…
Reference in New Issue
Block a user