123456789101112131415 |
- {
- "Appsettings": {
- "L1SvrUrl": "127.0.0.1:30032",
- "ThreadSize": 20,
- "ProxyDomainList": ["192.168.0.94","l1mes.futuralimited.com"]
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*"
- }
|