Set dev server port
This commit is contained in:
parent
6d541bc2f6
commit
5153cdedf3
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue