config.sample.json 1.13 KB
{
    "handler_name": "KOMODO",
    "products": [
    ],
    "core_url": "http://127.0.0.1:32972/apikey/PLEASE_CHANGE_ME",
    "pull_interval_ms": 1000,
    "partner": {
        "url": "http://PLEASE_CHANGE_ME:25614/",
        "terminal_name": "PLEASE_CHANGE_ME",
        "password": "PLEASE_CHANGE_ME"
    },
    "push_server": {
        "apikey": "PLEASE_CHANGE_ME",
        "advice": {
            "port": 14283,
            "url": "http://PLEASE_CHANGE_ME:14283/apikey/PLEASE_CHANGE_ME/advice"
        }
    },
    "remote_products": {
        "XL5": "XJ5",
        "XL10": "XJ10",
        "XL15": "XJ15",
        "XL25": "XJ25",
        "XL30": "XJ30",
        "XL50": "XJ50",
        "XL100": "XJ100",
        "XL200": "XJ200"
    },
    "reverse_report_url": "http://PLEASE_CHANGE_ME:24867/",
    "reverse_report_port": 24867,
    "control_panel": {
        "listen_port": 24868,
        "url": "http://localhost:24868/"
    },
    "apiserver": {
        "port": 24869,
        "apikey": "PLEASE_CHANGE_ME",
        "url": "http://localhost:24869/apikey/PLEASE_CHANGE_ME"
    },
    "do_not_verbose_log_report": false,
    "report_as_json": true
}