Case_accounting/CaseAccounting/CaseAccountingProviderView/appsettings.json

11 lines
182 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"IPAddress": "http://localhost:5146"
}