Update sample wording

This commit is contained in:
carbotaniuman 2020-07-04 10:36:08 -05:00
parent 486626f57e
commit 61316f5f27
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"client_hostname": "0.0.0.0", // "0.0.0.0" is the default and binds to everything
"client_port": 443, // 443 is recommended if possible
"client_external_port": 0, //443 is recommended; This port will be send to mdah-backend.
//You need to forward this to the client_port in your router; This is optional
//You need to forward this to the client_port in your router - 0 uses `client_port`
"threads": 16,
"graceful_shutdown_wait_seconds": 60, // Time from graceful shutdown start to force quit
// This rounds down to 15-second increments