This commit is contained in:
Yuriy Grishchenko 2019-02-05 21:32:35 +02:00 committed by Thomas Zarebczan
parent d0f3168264
commit e40aa3b2b3

View file

@ -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):
{download_directory: c:\users\lbry,
peer:port: 3334}
peer_port: 3334}
## Other Methods
To change the port once during runtime, set the LBRY_PEER_PORT env variable. Here's one way to do this: