CourseWork_ServiceStation/ServiceStation/ServiceStationExecutorApp/appsettings.json

12 lines
185 B
JSON

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