mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
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:
parent
db3d71b579
commit
6d5f67849f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue