Blame view
config.sample.json
544 Bytes
2da3d688f
|
1 2 3 4 5 6 7 |
{ "origin": "PLEASE_CHANGE_ME", "username": "PLEASE_CHANGE_ME", "password": "PLEASE_CHANGE_ME", "warming_up_ms": 1000, "messaging_url": "http://localhost:32979/", "listen_port": 32989, |
e81813231
|
8 |
"ping_interval_ms": 60000, |
fa547d305
|
9 10 11 12 13 14 |
"do_not_terminate_on_error": false, "custom_ping": { "verbose": false, "disable_pong": false, "allowed_from_all": false, "allowed_from_partners": [], |
fa547d305
|
15 |
"send_to": [] |
d9749b74e
|
16 17 18 |
}, "kill_on_idle": { "disable": false, |
e0cc84916
|
19 |
"max_idle_ms": 60000 |
fa547d305
|
20 |
} |
2da3d688f
|
21 |
} |