Set dev server port

This commit is contained in:
Robert Marshall 2020-06-22 15:57:07 +01:00
parent 774f41046a
commit 3b61561df9

View file

@ -6,6 +6,13 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:5001"
}
}
},
"ConnectionStrings": {
"database": "mongodb://localhost"
}