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",
|
2023-09-12 19:09:43 -06:00
|
|
|
"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"],
|
2021-06-16 14:42:32 -06:00
|
|
|
"smsapikey": "Voxtelesys SMS API key goes here",
|
2020-11-05 22:39:11 -07:00
|
|
|
"smsfrom": "Voxtelesys DID goes here",
|
2021-06-16 14:03:52 -06:00
|
|
|
"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
|
|
|
|
}
|