Commit 64757bb3ca01d51f372bd1cd844765eddbec688d
1 parent
cf999235ae
Exists in
master
Add pull_interval_ms sample
Showing 1 changed file with 1 additions and 0 deletions Inline Diff
config.sample.json
1 | { | 1 | { |
2 | "handler_name": "KOMODO-GW-HTTPGETX", | 2 | "handler_name": "KOMODO-GW-HTTPGETX", |
3 | "pull_interval_ms": 1000, | ||
3 | "partner": { | 4 | "partner": { |
4 | "url": "http://PLEASE_CHANGE_ME:25614", | 5 | "url": "http://PLEASE_CHANGE_ME:25614", |
5 | "terminal_name": "PLEASE_CHANGE_ME", | 6 | "terminal_name": "PLEASE_CHANGE_ME", |
6 | "password": "PLEASE_CHANGE_ME", | 7 | "password": "PLEASE_CHANGE_ME", |
7 | "dump_request": true, | 8 | "dump_request": true, |
8 | "callback": { | 9 | "callback": { |
9 | "port": 14000, | 10 | "port": 14000, |
10 | "url": "http://PLEASE_CHANGE_ME:14000", | 11 | "url": "http://PLEASE_CHANGE_ME:14000", |
11 | "apikey": [ | 12 | "apikey": [ |
12 | "PLEASE_CHANGE_ME" | 13 | "PLEASE_CHANGE_ME" |
13 | ], | 14 | ], |
14 | "dump_request": true | 15 | "dump_request": true |
15 | } | 16 | } |
16 | }, | 17 | }, |
17 | "control_panel": { | 18 | "control_panel": { |
18 | "listen_port": 16101, | 19 | "listen_port": 16101, |
19 | "url": "http://localhost:16101/" | 20 | "url": "http://localhost:16101/" |
20 | }, | 21 | }, |
21 | "apiserver": { | 22 | "apiserver": { |
22 | "port": 16102, | 23 | "port": 16102, |
23 | "apikey": "PLEASE_CHANGE_ME", | 24 | "apikey": "PLEASE_CHANGE_ME", |
24 | "url": "http://localhost:16102/apikey/PLEASE_CHANGE_ME" | 25 | "url": "http://localhost:16102/apikey/PLEASE_CHANGE_ME" |
25 | }, | 26 | }, |
26 | "push_server": { | 27 | "push_server": { |
27 | "apikey": "PLEASE_CHANGE_ME", | 28 | "apikey": "PLEASE_CHANGE_ME", |
28 | "advice": { | 29 | "advice": { |
29 | "port": 16103, | 30 | "port": 16103, |
30 | "url": "http://localhost:16103/apikey/PLEASE_CHANGE_ME/advice" | 31 | "url": "http://localhost:16103/apikey/PLEASE_CHANGE_ME/advice" |
31 | } | 32 | } |
32 | }, | 33 | }, |
33 | "products": [ | 34 | "products": [ |
34 | ], | 35 | ], |
35 | "remote_products": {}, | 36 | "remote_products": {}, |
36 | "do_not_verbose_log_report": true | 37 | "do_not_verbose_log_report": true |
37 | } | 38 | } |