Set dev server port
This commit is contained in:
parent
774f41046a
commit
3b61561df9
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@
|
|||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"EndPoints": {
|
||||
"Http": {
|
||||
"Url": "http://0.0.0.0:5001"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"database": "mongodb://localhost"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue