config.sample.json
395 Bytes
{
"handler_name": "DUMMY",
"products": [
"DUMMY5"
],
"locations": [
"222",
"13420"
],
"supplier_price": {
"DUMMY5": 4900,
"DUMMY10": 9900
},
"remote_products": {},
"pull_interval_ms": 1000,
"max_result_timeout_ms": 2000,
"apiserver": {
"port": 9992,
"apikey": "PLEASE_CHANGE_ME",
"url": "http://localhost:9992/apikey/PLEASE_CHANGE_ME"
}
}