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