We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de26703 commit fe6c760Copy full SHA for fe6c760
build/jupyter-generate-nsight-plugin-settings.bash
@@ -9,7 +9,7 @@ cat << EOF
9
"suppressServerAddressWarning": true,
10
"host": "${EXTERNAL_IP}",
11
"dockerHost": "${EXTERNAL_IP}",
12
- "defaultStreamerAddress": "http://${EXTERNAL_IP}"
+ "defaultStreamerAddress": "http://${EXTERNAL_IP}:8080"
13
}
14
15
EOF
0 commit comments