Commit 8a760b5f70b00e62708f1eedde38a6ac094fc005
1 parent
79125dd098
Exists in
master
Sample of config file
Showing 1 changed file with 38 additions and 0 deletions Side-by-side Diff
config.sample.json
... | ... | @@ -0,0 +1,38 @@ |
1 | +{ | |
2 | + "handler_name": "KOMODO-GW-ST24", | |
3 | + "partner": { | |
4 | + "url": "http://PLEASE_CHANGE_ME:6667/", | |
5 | + "callback_port": 16000, | |
6 | + "msisdn": "PLEASE_CHANGE_ME", | |
7 | + "pin": "PLEASE_CHANGE_ME", | |
8 | + "topuprequest_method_name": "topUpRequest", | |
9 | + "dump_request": false, | |
10 | + "dump_callback": false, | |
11 | + "xmlrpc_field": { | |
12 | + "requestId": "REQUESTID", | |
13 | + "responseCode": "RESPONSECODE", | |
14 | + "message": "MESSAGE", | |
15 | + "sn": "SN" | |
16 | + } | |
17 | + }, | |
18 | + "control_panel": { | |
19 | + "listen_port": 16101, | |
20 | + "url": "http://localhost:16101/" | |
21 | + }, | |
22 | + "apiserver": { | |
23 | + "port": 16102, | |
24 | + "apikey": "PLEASE_CHANGE_ME", | |
25 | + "url": "http://localhost:16102/apikey/PLEASE_CHANGE_ME" | |
26 | + }, | |
27 | + "push_server": { | |
28 | + "apikey": "PLEASE_CHANGE_ME", | |
29 | + "advice": { | |
30 | + "port": 16103, | |
31 | + "url": "http://localhost:16103/apikey/PLEASE_CHANGE_ME/advice" | |
32 | + } | |
33 | + }, | |
34 | + "products": [ | |
35 | + ], | |
36 | + "remote_products": {}, | |
37 | + "do_not_verbose_log_report": true | |
38 | +} | |
0 | 39 | \ No newline at end of file |