config.sample.json 838 Bytes
{
    "name": "HTTPGETX",

    "# core_url": "Silahkan diisi dengan core url, bisa dikosongkan jika ingin membaca dari main config komodo",
    "core_url": "",

    "listener": {
        "partner": {
            "trust_proxy": ["loopback", "linklocal"],
            "port": 25614,
            "dump": false
        },
        "core": {
            "port": 25615,
            "dump": false
        },
        "apiserver": {
            "port": 25617,
            "apikey": "PLEASE_CHANGE_ME"
        }
    },

    "callback_sender": {
        "http_timeout_ms": 30000,
        "sleep_before_retry_ms": 10000,
        "max_retry": 10
    },

    "terminals_with_location": [],

    "# cluster": "Isi dengan boolean atau angka jumlah anak yang akan dibuat. Jika diisi boolean true, jumlah anak akan dihitung otomatis",
    "cluster": false
}