diff --git a/content/faq/how-to-change-port.md b/content/faq/how-to-change-port.md index d4aee82e..4e42746b 100644 --- a/content/faq/how-to-change-port.md +++ b/content/faq/how-to-change-port.md @@ -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: