Commit 5d238d400a3448c22a4e57caddaa7869a328e056
1 parent
2d8da627cd
config.sample
Showing 1 changed file with 21 additions and 0 deletions Side-by-side Diff
config.sample.json
... | ... | @@ -0,0 +1,21 @@ |
1 | +{ | |
2 | + "origin": "EVO-CP", | |
3 | + "name": "EVO-CP", | |
4 | + "messaging_url": "http://localhost:32979/", | |
5 | + "apiserver": { | |
6 | + "port": 9183 | |
7 | + }, | |
8 | + "sender": { | |
9 | + "url": "http://192.168.0.181:59194/service/sendsms", | |
10 | + "username": "app1", | |
11 | + "password": "1234" | |
12 | + }, | |
13 | + "modems": [ | |
14 | + { | |
15 | + "name": "SENDER-AS13", | |
16 | + "disabled": true, | |
17 | + "imsi": null, | |
18 | + "prefix": [] | |
19 | + } | |
20 | + ] | |
21 | +} | |
0 | 22 | \ No newline at end of file |