Add ketrel settings
This commit is contained in:
parent
f1f7b821d0
commit
9282c61226
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
|
"Kestrel": {
|
||||||
|
"EndPoints": {
|
||||||
|
"Http": {
|
||||||
|
"Url": "http://0.0.0.0:5001"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"database": "<ConnectionString>"
|
"database": "<ConnectionString>"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue