Files
RemoteExec/RemoteExec.Server/appsettings.json
T
2025-12-19 18:16:08 +01:00

10 lines
142 B
JSON

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