appsettings.json 284 B

1234567891011121314
  1. {
  2. "Appsettings": {
  3. "L1SvrCRPUrl": "127.0.0.1:30032",
  4. "L1SvrPROUrl": "192.168.0.93:30032"
  5. },
  6. "Logging": {
  7. "LogLevel": {
  8. "Default": "Information",
  9. "Microsoft": "Warning",
  10. "Microsoft.Hosting.Lifetime": "Information"
  11. }
  12. },
  13. "AllowedHosts": "*"
  14. }