matrix-bridge-voxtelesys/config.example.json

13 lines
356 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"],
"smsapikey": "Voxtelesys SMS API key goes here",
2020-11-05 22:39:11 -07:00
"smsfrom": "Voxtelesys DID goes here",
"smsonlyto": ["14061234567"],
2020-11-05 22:39:11 -07:00
"loglevel": "debug",
"smsinterval": 15
}