Files
SVSimServer/SVSim.EmulatedEntrypoint/appsettings.json
gamer147 ee7e276036 Updates
2024-09-05 08:32:54 -04:00

11 lines
221 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
}
},
"AllowedHosts": "*"
}