17 lines
291 B
JSON
17 lines
291 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Https":{
|
|
"Url": "https://localhost:3004"
|
|
}
|
|
}
|
|
}
|
|
}
|