diff --git a/README.md b/README.md index 8cfb85e9..0a757c4a 100644 --- a/README.md +++ b/README.md @@ -307,13 +307,13 @@ active, so it is recommended to unmount beforehand. * Optional steps: * Change the port clients will use to connect to your mount: * Sia: - * `repertory -set RemoteMount.Port 20000` - * `repertory --name '' -set RemoteMount.Port 20000` + * `repertory -set RemoteMount.ApiPort 20000` + * `repertory --name '' -set RemoteMount.ApiPort 20000` * S3: - * `repertory -s3 --name '' -set RemoteMount.Port 20000` + * `repertory -s3 --name '' -set RemoteMount.ApiPort 20000` * IMPORTANT: - * Be sure to configure your firewall to allow incoming TCP connections on the port configured in `RemoteMount.Port`. + * Be sure to configure your firewall to allow incoming TCP connections on the port configured in `RemoteMount.ApiPort`. #### Remote Mount Configuration File Section @@ -339,7 +339,7 @@ for S3 providers. * Set the encryption token to the same value configured during server setup: * `repertory -rm : -set RemoteConfig.EncryptionToken ''` * Replace `` with the host name or IP of the server - * Replace `` with the value of `RemoteMount.Port` used in the server configuration + * Replace `` with the value of `RemoteMount.ApiPort` used in the server configuration * Example: * `repertory -rm 192.168.1.10:20000 -set RemoteConfig.EncryptionToken ''` * `repertory -rm my.host.com:20000 -set RemoteConfig.EncryptionToken ''`