Commit 40405c286c8da8a8fab7108970da71710479f606
1 parent
5339a48324
Exists in
master
and in
1 other branch
Some entries in config.sample.json
Showing 1 changed file with 7 additions and 0 deletions Inline Diff
config.sample.json
1 | { | 1 | { |
2 | "origin": "EVO-CP", | 2 | "origin": "EVO-CP", |
3 | "name": "EVO-CP", | 3 | "name": "EVO-CP", |
4 | "messaging_url": "http://localhost:32979/", | 4 | "messaging_url": "http://localhost:32979/", |
5 | "apiserver": { | 5 | "apiserver": { |
6 | "port": 9183 | 6 | "port": 9183 |
7 | }, | 7 | }, |
8 | |||
9 | "max_length": 140, | ||
10 | "max_message_age_in_secs": 300, | ||
11 | "sleep_before_unlock_modem_ms": 1200, | ||
12 | "ignore_prefix": false, | ||
13 | "number_suffix": "", | ||
14 | |||
8 | "sender": { | 15 | "sender": { |
9 | "url": "http://192.168.0.181:59194/service/sendsms", | 16 | "url": "http://192.168.0.181:59194/service/sendsms", |
10 | "username": "app1", | 17 | "username": "app1", |
11 | "password": "1234" | 18 | "password": "1234" |
12 | }, | 19 | }, |
13 | "modems": [ | 20 | "modems": [ |
14 | { | 21 | { |
15 | "name": "SENDER-AS13", | 22 | "name": "SENDER-AS13", |
16 | "disabled": true, | 23 | "disabled": true, |
17 | "outgoing": true, | 24 | "outgoing": true, |
18 | "imsi": null, | 25 | "imsi": null, |
19 | "prefix": [] | 26 | "prefix": [] |
20 | } | 27 | } |
21 | ] | 28 | ] |
22 | } | 29 | } |