appsettings.Development.json 296 B

123456789101112131415
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "ScreenClient": {
  10. "ScreenUrl": "http://52.130.252.100:13000",
  11. "Timeout": 30000,
  12. "Delay": 500,
  13. "CenterUrl": "http://127.0.0.1:8807"
  14. }
  15. }