1
1
mirror of https://github.com/ahabhyde/miguelbridge synced 2025-01-10 06:24:20 +01:00

Update sample settings

This commit is contained in:
Ahab 2018-04-09 20:19:23 +02:00
parent 6c65ae8bdb
commit eb172ae329

View File

@ -2,14 +2,14 @@
"rooms": [ "rooms": [
{ {
"matrixname": "Name of the room in Matrix", "matrixname": "Name of the room in Matrix",
"tgid": "Chat id of the room in Telegram", "tgname": "Name of the room in Telegram",
"lastmessageid": "event id of the last message sent in this room. DO NOT EDIT", "tgid": "123456",
"matrixid": "Chat id of the room in Matrix", "matrixid": "id:homeserver.com",
"tgname": "Name of the room in Telegram" "lastmessageid": "event id of the last message sent in this room. DO NOT EDIT"
} }
], ],
"matrixhomeserver": "https://homeserver.com/_matrix/client/r0", "matrixhomeserver": "https://homeserver.com/_matrix/client/r0",
"tgtoken": "Token key given from BotFather", "tgtoken": "Token key given from BotFather",
"matrixuser": "Matrix user name", "matrixuser": "@MatrixUser:homeserver.com",
"matrixpswd": "Matrix user password" "matrixpswd": "Matrix user password"
} }