We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed42ed0 commit a8d8731Copy full SHA for a8d8731
scripts/logserver.js
@@ -1,6 +1,6 @@
1
// Simple HTTP server that logs out all requests it receives and just
2
// replies with 200 Ok. This is very useful when debugging telemetry:
3
-// env HARDRON_METRICS_SEGMENT_API_KEY='ignore' HARDRON_METRICS_SEGMENT_HOST='http://localhost:8000' npm start
+// env HADRON_METRICS_SEGMENT_API_KEY='ignore' HADRON_METRICS_SEGMENT_HOST='http://localhost:8000' npm start
4
const http = require('http');
5
6
http.createServer((req, res) => {
0 commit comments