tax-calculator/TaxCalculator/appsettings.json
2023-11-27 06:56:03 +02:00

14 lines
250 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ApiSettings": {
"ApiUrl": "https://localhost:44352",
"AppOrigin": "https://localhost:44301"
}
}