config.sample.json 528 Bytes
{
  "handler_name": "DUMMY",
  "products": [
    "DUMMY5"
  ],
  "locations": [
  ],
  "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"
  },
  "push_trx_server": {
    "port": 9993,
    "apikey": [
      {
        "name": "PLEASE_CHANGE_ME",
        "value": "PLEASE_CHANGE_ME"
      }
    ]
  }
}