Set dev server port

This commit is contained in:
Robert Marshall 2020-06-22 15:57:00 +01:00
parent 6d541bc2f6
commit 5153cdedf3

View file

@ -6,6 +6,13 @@
"Microsoft.Hosting.Lifetime": "Information" "Microsoft.Hosting.Lifetime": "Information"
} }
}, },
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:5002"
}
}
},
"ConnectionStrings": { "ConnectionStrings": {
"database": "Server=localhost;User ID=user;Password=pass;Database=db" "database": "Server=localhost;User ID=user;Password=pass;Database=db"
} }