CourseWork_EventVisitor/EventVisitor/EventVisitorClientApp/appsettings.json

11 lines
184 B
JSON
Raw Normal View History

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