Commit dd730a8668ff0fbe046a71deb37bdb2b68f778cf
1 parent
0aa2aac47e
Exists in
master
sample config
Showing 1 changed file with 18 additions and 0 deletions Inline Diff
config.sample.json
File was created | 1 | { | |
2 | "handler_name": "DUMMY", | ||
3 | "products": [ | ||
4 | "DUMMY5" | ||
5 | ], | ||
6 | "locations": [ | ||
7 | "222", | ||
8 | "13420" | ||
9 | ], | ||
10 | "remote_products": {}, | ||
11 | "pull_interval_ms": 1000, | ||
12 | "max_result_timeout_ms": 2000, | ||
13 | "apiserver": { | ||
14 | "port": 9992, | ||
15 | "apikey": "PLEASE_CHANGE_ME", | ||
16 | "url": "http://localhost:9992/apikey/PLEASE_CHANGE_ME" | ||
17 | } | ||
18 | } | ||
19 |