Fix comment about COMPANION_PATH (#4279)

The comment detailing what option the `COMPANION_PATH` environment variable corresponds to said `server.port`, but I think this is a copy/paste mistake and should be `server.path`.
This commit is contained in:
Collin Allen 2023-01-19 05:02:30 -08:00 committed by GitHub
parent db3d71b579
commit 6d5f67849f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,7 +185,7 @@ export COMPANION_DATADIR="PATH/TO/DOWNLOAD/DIRECTORY"
export COMPANION_PROTOCOL="YOUR SERVER PROTOCOL"
# the port on which to start the server, defaults to 3020
export COMPANION_PORT="YOUR SERVER PORT"
# corresponds to the server.port option, defaults to ''
# corresponds to the server.path option, defaults to ''
export COMPANION_PATH="/SERVER/PATH/TO/WHERE/COMPANION/LIVES"
# disables the welcome page, defaults to false
export COMPANION_HIDE_WELCOME="true"