12 lines
334 B
JSON
12 lines
334 B
JSON
|
{
|
||
|
"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
|
||
|
}
|