14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ApiSettings": {
|
|
"ApiUrl": "https://localhost:44352",
|
|
"AppOrigin": "https://localhost:44301"
|
|
}
|
|
}
|