Files
Servers/MoonlightServers.Daemon/appsettings.json
Masu-Baumgartner c4a4fbd221 Added base structure
2024-08-30 09:15:06 +02:00

10 lines
142 B
JSON

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