diff --git a/README.md b/README.md index 009d6c72..be41f582 100644 --- a/README.md +++ b/README.md @@ -97,12 +97,15 @@ Only 64-bit operating systems are supported * Set a custom user name used for basic authentication: * `repertory -set HostConfig.ApiUser ''` * `repertory --name '' -set HostConfig.ApiUser ''` - * Set the `renterd` API port to a value other than `9980`: - * `repertory -set HostConfig.ApiPort 9981` - * `repertory --name '' -set HostConfig.ApiPort 9981` - * Set a custom agent string: + * Set a custom agent string (default `Sia-Agent`): * `repertory -set HostConfig.AgentString ''` * `repertory --name '' -set HostConfig.AgentString ''` + * Set the host name or IP of the `renterd` instance (default `localhost`): + * `repertory -set HostConfig.HostNameOrIp ''` + * `repertory --name '' -set HostConfig.HostNameOrIp ''` + * Set the `renterd` API port (default `9980`): + * `repertory -set HostConfig.ApiPort 9981` + * `repertory --name '' -set HostConfig.ApiPort 9981` * To verify/view all configuration options: * `repertory -dc`