mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Fix typo (#947)
This commit is contained in:
parent
d0f3168264
commit
e40aa3b2b3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ The most user friendly way to change the port permanently is to append the below
|
||||||
Sample daemon_settings.yml (may vary by OS):
|
Sample daemon_settings.yml (may vary by OS):
|
||||||
|
|
||||||
{download_directory: c:\users\lbry,
|
{download_directory: c:\users\lbry,
|
||||||
peer:port: 3334}
|
peer_port: 3334}
|
||||||
|
|
||||||
## Other Methods
|
## Other Methods
|
||||||
To change the port once during runtime, set the LBRY_PEER_PORT env variable. Here's one way to do this:
|
To change the port once during runtime, set the LBRY_PEER_PORT env variable. Here's one way to do this:
|
||||||
|
|
Loading…
Add table
Reference in a new issue