Added matrix variables

This commit is contained in:
Chris Plaatjes 2023-02-16 10:52:38 -05:00
parent bb96bcde61
commit 19e011dfac

View File

@ -1,6 +1,10 @@
{ {
"TeleTokConf": { "TeleTokConf": {
"botMode": "telegram",
"token": "INSERT TOKEN HERE", "token": "INSERT TOKEN HERE",
"proxitokInstance": "PROXITOK INSTANCE URL" "ptInstance": "PROXITOK INSTANCE URL",
"matrixAddress": "SYNAPSE SERVER URL",
"mBotUser": "MATRIX BOT USERNAME",
"mBotPass": "MATRIX BOT PASSWORD"
} }
} }