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 Side-by-side Diff
config.sample.json
... | ... | @@ -5,6 +5,13 @@ |
5 | 5 | "apiserver": { |
6 | 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 | 15 | "sender": { |
9 | 16 | "url": "http://192.168.0.181:59194/service/sendsms", |
10 | 17 | "username": "app1", |