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.

appsettings.Development.json 1.4KB

1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "AllowedHosts": "*",
  3. "TDengineServiceConfig": {
  4. "Host": "192.168.2.121",
  5. "UserName": "root",
  6. "Password": "taosdata",
  7. "Token": "cm9vdDp0YW9zZGF0YQ==",
  8. "Port": 6030,
  9. "RestPort": 6041,
  10. "DB": "health_monitor"
  11. },
  12. "Redis": {
  13. //"Server": "172.16.192.26:8090",
  14. "Server": "47.116.142.20:8090", // 测试环境
  15. //"Server": "139.224.254.18:8090", // 正式环境
  16. "Password": "telpo#1234",
  17. //"Server": "127.0.0.1:6379",
  18. "DefaultDatabase": 2,
  19. "Prefix": "_HM_",
  20. //"DefaultDatabase": 7,
  21. // "Prefix": "TELPO",
  22. "Poolsize": 50,
  23. "ConnectTimeout": 5000,
  24. "IdleTimeout": 20000
  25. },
  26. "ServiceConfig": {
  27. "TelpoDataUrl": "https://id.ssjlai.com/data/",
  28. "EtcdServerAddress": "http://192.168.2.121:2379",
  29. "IotWebApiUrl": "http://id.ssjlai.com/webapi/api/"
  30. },
  31. "ConnectionStrings": {
  32. //"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",
  33. "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",
  34. "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"
  35. }
  36. }