matrix-bridge-voxtelesys/config.example.json

17 lines
561 B
JSON
Raw Normal View History

2020-11-05 22:39:11 -07:00
{
"homeserver": "https://matrix.org",
2022-02-03 18:10:21 -07:00
"mediaurlpath": "https://matrix.org/_matrix/media/r0/download/{{server-name}}/{{media-id}}",
2020-11-05 22:39:11 -07:00
"matrixdomain": "matrix.org",
"matrixuser": "@smsbot:matrix.org",
2020-11-05 22:39:11 -07:00
"matrixpass": "hunter2",
2023-09-05 22:08:00 -06:00
"matrixaccesstoken": "",
2020-11-05 22:39:11 -07:00
"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"],
2022-02-03 18:10:21 -07:00
"listenport": 8069,
"publicurl": "http://localhost:8069/",
2020-11-05 22:39:11 -07:00
"loglevel": "debug",
"smsinterval": 15
}