config.sample.json
574 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,
"allowed_from_partners": [],
"interval_ms": 25000,
"send_to": []
},
"kill_on_idle": {
"disable": false,
"max_idle_ms": 60000
}
}