appsettings.json 344 B

123456789101112131415
  1. {
  2. "Appsettings": {
  3. "L1SvrUrl": "127.0.0.1:30032",
  4. "ThreadSize": 20,
  5. "ProxyDomainList": ["192.168.0.94","l1mes.futuralimited.com"]
  6. },
  7. "Logging": {
  8. "LogLevel": {
  9. "Default": "Information",
  10. "Microsoft": "Warning",
  11. "Microsoft.Hosting.Lifetime": "Information"
  12. }
  13. },
  14. "AllowedHosts": "*"
  15. }