We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba7ad4 commit de5a252Copy full SHA for de5a252
src/createManyConcurrentRequests.js
@@ -61,7 +61,7 @@
61
62
const requestClient = new RequestNetwork({
63
nodeConnectionConfig: {
64
- baseURL: "http://localhost:3000/",
+ baseURL: process.env.REQUEST_NODE_URL || "http://localhost:3000/",
65
},
66
signatureProvider: epkSignatureProvider,
67
});
0 commit comments