Files
HopFrame/testing/HopFrame.Testing.Web/appsettings.json
2024-12-10 16:55:36 +01:00

11 lines
215 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"HopFrame.Security.Authentication.HopFrameAuthentication": "None"
}
},
"AllowedHosts": "*"
}