Files
TouchSocket/examples-host/Examples.Host/BackgroundService/WorkerService_NET6/appsettings.Development.json
2024-11-17 20:53:15 +08:00

13 lines
177 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Tcp": {
"Iphost": "127.0.0.1:7789"
}
}