15 lines
282 B
JSON
15 lines
282 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"OriginServer": {
|
|
"Url": "https://localhost:7248",
|
|
"DefaultHeaders": {
|
|
"Authorization": "Basic username:password"
|
|
}
|
|
}
|
|
} |