1234567891011121314 |
- {
- "Appsettings": {
- "L1SvrCRPUrl": "127.0.0.1:30032",
- "L1SvrPROUrl": "192.168.0.93:30032"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*"
- }
|