config.sample.json 582 Bytes
{
    "origin": "PLEASE_CHANGE_ME",
    "username": "PLEASE_CHANGE_ME",
    "password": "PLEASE_CHANGE_ME",
    "warming_up_ms": 1000,
    "messaging_url": "http://localhost:32979/",
    "listen_port": 32989,
    "ping_interval_ms": 60000,
    "do_not_terminate_on_error": false,
    "custom_ping": {
        "verbose": false,
        "disable_pong": false,
        "allowed_from_all": false,
        "add_buddies_on_init": false,
        "allowed_from_partners": [],
        "send_to": []
    },
    "kill_on_idle": {
        "disable": false,
        "max_idle_ms": 60000
    }
}