Skip to content

Commit fe6c760

Browse files
committed
Fix default Nsight streamer address to list the right port.
1 parent de26703 commit fe6c760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/jupyter-generate-nsight-plugin-settings.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cat << EOF
99
"suppressServerAddressWarning": true,
1010
"host": "${EXTERNAL_IP}",
1111
"dockerHost": "${EXTERNAL_IP}",
12-
"defaultStreamerAddress": "http://${EXTERNAL_IP}"
12+
"defaultStreamerAddress": "http://${EXTERNAL_IP}:8080"
1313
}
1414
}
1515
EOF

0 commit comments

Comments
 (0)