config.json 565 Bytes
{
    "handler_name": "KOMODO-SDK-PUSH-TRX",
    "gateways": [
        {
            "name": "GWLOCAL1",
            "url": "ws://localhost:12345/ws",
            "apikey": "apikeystring"
        }
    ],
    "push_trx_server": {
        "port": 12345,
        "apikey": [
            {
                "name": "TST1",
                "value": "apikeydalambentukobjek"
            },
            "apikeystring",
            {
                "name": "TST2",
                "value": "apikeydisabled",
                "disabled": true
            }
        ]
    }
}