13 lines
206 B
JSON
13 lines
206 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ClientUrls": {
|
|
"Library": "https://localhost:7057/"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|