config.sample.json 984 Bytes
{
    "handler_name": "ST24",
    "products": [
        "PLEASE_CHANGE_ME"
    ],
    "core_url": "http://127.0.0.1:32972/apikey/PLEASE_CHANGE_ME",
    "pull_interval_ms": 1000,
    "partner": {
        "url": "https://PLEASE_CHANGE_ME:6789/",
        "msisdn": "PLEASE_CHANGE_ME",
        "pin": "PLEASE_CHANGE_ME",
        "use_sslv3": false
    },
    "push_server": {
        "apikey": "PLEASE_CHANGE_ME",
        "advice": {
            "port": 14283,
            "url": "http://PLEASE_CHANGE_ME:14283/apikey/PLEASE_CHANGE_ME/advice"
        }
    },
    "remote_products": {
        "PLEASE_CHANGE_ME": "PLEASE_CHANGE_ME"
    },
    "reverse_report_port": 27440,
    "control_panel": {
        "listen_port": 27441
    },
    "apiserver": {
        "port": 27442,
        "apikey": "PLEASE_CHANGE_ME"
    },
    "advice_max_age_ms": 0,
    "advice_is_topuprequest": false,
    "responsecode_tag": null,
    "do_not_verbose_log_report": true,
    "force_all_to_pending": false
}