Skip to content

Commit

Permalink
Fix comment about COMPANION_PATH (#4279)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
command-tab committed Jan 19, 2023
1 parent db3d71b commit 6d5f678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/companion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6d5f678

Please sign in to comment.