Skip to content

Commit

Permalink
Fix server broadcast ports
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizendevsio committed Jun 30, 2024
1 parent 3e636df commit fa2ab3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "https://0.0.0.0:6001"
"Url": "https://0.0.0.0:6001,http://0.0.0.0:6000"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@
"StreamFlowConfiguration": {
"QueueDepth": 256,
"QueueMessages": true
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "https://0.0.0.0:6001,http://0.0.0.0:6000"
}
}
}
}

0 comments on commit fa2ab3a

Please sign in to comment.