CsServer/Server/appsettings.json

10 lines
159 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft.AspNetCore": "Trace"
}
},
"AllowedHosts": "0.0.0.0;localhost"
}