Skip to content

Commit

Permalink
Merge pull request #145 from kaizendevsio/Development/Main
Browse files Browse the repository at this point in the history
Development/main
  • Loading branch information
kaizendevsio authored Jun 30, 2024
2 parents 073ba67 + 0581635 commit 59743a6
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 59743a6

Please sign in to comment.