config.sample.json 622 Bytes
{
    "origin": "TELEGRAM0",
    "core_url": "http://localhost:32972/apikey/PLEASE_CHANGE_ME",
    "listen_port": 14232,
    "commands": {
        "balance": ["S", "SAL", "SALDO", "BAL", "BALANCE", "CEKSALDO"],
        "price": ["H", "HP", "CH", "HARGA", "CEKHARGA", "PRICE"],
        "postpaid_inquiry": ["INQUIRY", "INQ", "CEKTAGIHAN"],
        "postpaid_pay": ["PAYMENT", "PAY", "BAYAR", "BAYARTAGIHAN"]
    },
    "transport": {
        "token": "PLEASE_CHANGE_ME",
        "username_suffix": "@telegram.org"
    },
    "control_panel": {
        "listen_port": 14233,
        "url": "http://localhost:14233/"
    }
}