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