custom binding and port number (#195)

* allow custom bindings

* reorganize

* cleanup
This commit is contained in:
Jason Dove
2021-05-20 20:09:14 -05:00
committed by GitHub
parent 5fd0cc5469
commit c0b5ecd388
11 changed files with 90 additions and 17 deletions
+8 -1
View File
@@ -24,5 +24,12 @@
"WithThreadId"
]
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://+:8409"
}
}
}
}