You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.4KB

  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. "TDengineServiceConfig": {
  9. "Host": "47.116.142.20",
  10. "UserName": "root",
  11. "Password": "taosdata",
  12. "Token": "cm9vdDp0YW9zZGF0YQ==",
  13. "Port": 6030,
  14. "RestPort": 6041,
  15. "DB": "health_monitor"
  16. },
  17. "Redis": {
  18. //"Server": "172.16.192.26:8090",
  19. //"Server": "47.116.142.20:8090", // 测试环境
  20. "Server": "139.224.254.18:8090", // 正式环境
  21. "Password": "telpo#1234",
  22. //"Server": "127.0.0.1:6379",
  23. "DefaultDatabase": 2,
  24. "Prefix": "_HM_",
  25. //"DefaultDatabase": 7,
  26. // "Prefix": "TELPO",
  27. "Poolsize": 50,
  28. "ConnectTimeout": 5000,
  29. "IdleTimeout": 20000
  30. },
  31. "ServiceConfig": {
  32. "TelpoDataUrl": "https://id.ssjlai.com/data/"
  33. },
  34. "ConnectionStrings": {
  35. //"GpsCard_Connection_String": "server=172.16.192.26;port=3304;database=user_operation_platform;uid=root;pwd=telpo#1234;CharSet=utf8;MinimumPoolSize=10;MaximumPoolSize=1000;SslMode=none",
  36. "GpsCard_Connection_String": "server=139.224.254.18;port=3305;database=gps_card;uid=root;pwd=telpo#1234;CharSet=utf8;MinimumPoolSize=10;MaximumPoolSize=1000;SslMode=none",
  37. "HealthMonitor_Connection_String": "server=139.224.254.18;port=3305;database=health_monitor;uid=root;pwd=telpo#1234;CharSet=utf8;MinimumPoolSize=10;MaximumPoolSize=1000;SslMode=none"
  38. }
  39. }