Commit 5d238d400a3448c22a4e57caddaa7869a328e056
1 parent
2d8da627cd
Exists in
master
and in
1 other branch
config.sample
Showing 1 changed file with 21 additions and 0 deletions Inline Diff
config.sample.json
File was created | 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 | } |