readme update

This commit is contained in:
Michael Pilosov 2023-03-19 19:46:21 -06:00
parent 8e8d5cd36a
commit 91621847e5

View File

@ -73,8 +73,8 @@ To start the registry server with the default configuration, run:
announce_server start_registry announce_server start_registry
``` ```
To start the registry server with a custom IP address, port number, heartbeat interval, and timeout, run: The full syntax is equivalent to:
```bash ```bash
announce_server start_registry --address localhost --port 4998 --heartbeat_interval 10 --heartbeat_timeout 5 announce_server start_registry --address 0.0.0.0 --port 4999 --heartbeat_interval 5 --heartbeat_timeout 3
``` ```