Commit f855f4fdca2ad17d182e3d2243716785847283be
1 parent
a246475168
Exists in
master
config advice_max_age_ms dan advice_is_topuprequest
Showing 1 changed file with 2 additions and 0 deletions Inline Diff
config.sample.json
1 | { | 1 | { |
2 | "handler_name": "ST24", | 2 | "handler_name": "ST24", |
3 | "products": [ | 3 | "products": [ |
4 | "PLEASE_CHANGE_ME" | 4 | "PLEASE_CHANGE_ME" |
5 | ], | 5 | ], |
6 | "core_url": "http://127.0.0.1:32972/apikey/PLEASE_CHANGE_ME", | 6 | "core_url": "http://127.0.0.1:32972/apikey/PLEASE_CHANGE_ME", |
7 | "pull_interval_ms": 1000, | 7 | "pull_interval_ms": 1000, |
8 | "partner": { | 8 | "partner": { |
9 | "url": "https://PLEASE_CHANGE_ME:6789/", | 9 | "url": "https://PLEASE_CHANGE_ME:6789/", |
10 | "msisdn": "PLEASE_CHANGE_ME", | 10 | "msisdn": "PLEASE_CHANGE_ME", |
11 | "pin": "PLEASE_CHANGE_ME", | 11 | "pin": "PLEASE_CHANGE_ME", |
12 | "use_sslv3": false | 12 | "use_sslv3": false |
13 | }, | 13 | }, |
14 | "push_server": { | 14 | "push_server": { |
15 | "apikey": "PLEASE_CHANGE_ME", | 15 | "apikey": "PLEASE_CHANGE_ME", |
16 | "advice": { | 16 | "advice": { |
17 | "port": 14283, | 17 | "port": 14283, |
18 | "url": "http://PLEASE_CHANGE_ME:14283/apikey/PLEASE_CHANGE_ME/advice" | 18 | "url": "http://PLEASE_CHANGE_ME:14283/apikey/PLEASE_CHANGE_ME/advice" |
19 | } | 19 | } |
20 | }, | 20 | }, |
21 | "remote_products": { | 21 | "remote_products": { |
22 | "PLEASE_CHANGE_ME": "PLEASE_CHANGE_ME" | 22 | "PLEASE_CHANGE_ME": "PLEASE_CHANGE_ME" |
23 | }, | 23 | }, |
24 | "reverse_report_port": 27440, | 24 | "reverse_report_port": 27440, |
25 | "control_panel": { | 25 | "control_panel": { |
26 | "listen_port": 27441 | 26 | "listen_port": 27441 |
27 | }, | 27 | }, |
28 | "advice_max_age_ms": 0, | ||
29 | "advice_is_topuprequest": false, | ||
28 | "do_not_verbose_log_report": true, | 30 | "do_not_verbose_log_report": true, |
29 | "force_all_to_pending": false | 31 | "force_all_to_pending": false |
30 | } | 32 | } |
31 | 33 |