TeleTok/config.json

10 lines
278 B
JSON
Raw Permalink Normal View History

2023-02-13 16:34:22 -05:00
{
"TeleTokConf": {
2023-02-16 10:52:38 -05:00
"botMode": "telegram",
2023-02-13 16:34:22 -05:00
"token": "INSERT TOKEN HERE",
2023-02-16 10:52:38 -05:00
"ptInstance": "PROXITOK INSTANCE URL",
"matrixAddress": "SYNAPSE SERVER URL",
"mBotUser": "MATRIX BOT USERNAME",
"mBotPass": "MATRIX BOT PASSWORD"
2023-02-13 16:34:22 -05:00
}
}