CourseWork_ServiceStation/ServiceStation/ServiceStationGuarantorApp/appsettings.json

11 lines
184 B
JSON

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