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.
2 parents a7ee51c + 83bc579 commit 29306fdCopy full SHA for 29306fd
state_management/javascript/http/order-processor/index.js
@@ -6,7 +6,7 @@ const DAPR_HOST = process.env.DAPR_HOST ?? "localhost"
6
let port
7
switch (protocol) {
8
case "http": {
9
- port = process.env.DAPR_HTTP_PORT
+ port = process.env.DAPR_HTTP_PORT ?? 3500
10
break
11
}
12
case "grpc": {
0 commit comments