Files
HopFrame/RestApiTest/appsettings.json
2024-07-23 19:15:01 +02:00

11 lines
215 B
JSON

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