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