Skip to content

Commit de5a252

Browse files
committed
refactor: use env var for Request Node URL. Fall back to localhost
1 parent 2ba7ad4 commit de5a252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createManyConcurrentRequests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
const requestClient = new RequestNetwork({
6363
nodeConnectionConfig: {
64-
baseURL: "http://localhost:3000/",
64+
baseURL: process.env.REQUEST_NODE_URL || "http://localhost:3000/",
6565
},
6666
signatureProvider: epkSignatureProvider,
6767
});

0 commit comments

Comments
 (0)