Blame view
config.sample.json
457 Bytes
9a431e5a6
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{ "name": "SMS0", "modem": { "device": "/dev/ttyUSB0", "options": { "baudRate": 115200 } }, "report_url": { "incoming_sms": "http://localhost:16481/apikey/PLEASE_CHANGE_ME/on-sms" }, "http_command_server": { "apikey": "PLEASE_CHANGE_ME", "listen_port": "2110" |
2253f95a7
|
15 16 |
}, |
0bdac2f9c
|
17 |
"interval_beetwen_signal_strength_ms": 60000, |
2253f95a7
|
18 |
"disable_delete_inbox_on_startup": false |
9a431e5a6
|
19 20 |
} |