config.sample.json
984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"handler_name": "ST24",
"products": [
"PLEASE_CHANGE_ME"
],
"core_url": "http://127.0.0.1:32972/apikey/PLEASE_CHANGE_ME",
"pull_interval_ms": 1000,
"partner": {
"url": "https://PLEASE_CHANGE_ME:6789/",
"msisdn": "PLEASE_CHANGE_ME",
"pin": "PLEASE_CHANGE_ME",
"use_sslv3": false
},
"push_server": {
"apikey": "PLEASE_CHANGE_ME",
"advice": {
"port": 14283,
"url": "http://PLEASE_CHANGE_ME:14283/apikey/PLEASE_CHANGE_ME/advice"
}
},
"remote_products": {
"PLEASE_CHANGE_ME": "PLEASE_CHANGE_ME"
},
"reverse_report_port": 27440,
"control_panel": {
"listen_port": 27441
},
"apiserver": {
"port": 27442,
"apikey": "PLEASE_CHANGE_ME"
},
"advice_max_age_ms": 0,
"advice_is_topuprequest": false,
"responsecode_tag": null,
"do_not_verbose_log_report": true,
"force_all_to_pending": false
}