config.sample.json 277 Bytes
{
    "origin": "TELEGRAM",
    "telegram": {
        "token": "PLEASE_CHANGE_ME"
    },
    "messaging_url": "http://localhost:32979/",
    "username_suffix": "@telegram.org",
    "expired_secs": 60,
    "listen_port": 32989,
    "redis": {
        "host": "127.0.0.1"
    }
}