Add ketrel settings

This commit is contained in:
Robert Marshall 2020-04-11 13:18:05 +01:00
parent f1f7b821d0
commit 9282c61226

View file

@ -7,6 +7,13 @@
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:5001"
}
}
},
"ConnectionStrings": { "ConnectionStrings": {
"database": "<ConnectionString>" "database": "<ConnectionString>"
} }