Moonlight/Moonlight/appsettings.json
Marcel Baumgartner fe3ed8a98f Initial commit
2023-02-15 16:38:38 +01:00

9 lines
142 B
JSON

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