Case_accounting/CaseAccounting/CaseAccountingCustomerView/appsettings.json

12 lines
183 B
JSON
Raw Normal View History

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