12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Error",
|
|
"Microsoft.AspNetCore": "Error",
|
|
"Microsoft.AspNetCore.Hosting.Diagnostics": "Information"
|
|
}
|
|
},
|
|
"Urls": "http://0.0.0.0:5050",
|
|
"AllowedHosts": "*"
|
|
}
|