You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `REMOTE_PORT` should match the `port` configuration for the application (`8000` by default). The `LOCAL_PORT` can be any open port on your computer, but typically matches the `REMOTE_PORT` where possible.
35
35
36
-
Once the SSH tunnel has been created, your IDE should connect to `localhost:8000` for debugging.
36
+
Once the SSH tunnel has been created, your IDE should connect to `localhost:<LOCAL_PORT>` for debugging.
0 commit comments