Coursework_ComputerStore_Li.../ComputerStoreEmployeeApp/appsettings.json

11 lines
183 B
JSON
Raw Normal View History

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