matrix-bridge-voxtelesys/config.example.json

12 lines
334 B
JSON
Raw Normal View History

2020-11-05 22:39:11 -07:00
{
"homeserver": "https://matrix.org",
"matrixdomain": "matrix.org",
"matrixuser": "smsbot",
"matrixpass": "hunter2",
"inviteusers": ["@annoyme:matrix.org"],
"smstoken": "Voxtelesys SMS API persistent token goes here",
"smsfrom": "Voxtelesys DID goes here",
"loglevel": "debug",
"smsinterval": 15
}