config.sample.json 328 Bytes
{
  "handler_name": "DUMMY",
  "products": [
    "DUMMY5"
  ],
  "locations": [
    "222",
    "13420"
  ],
  "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"
  }
}