config.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # HTTP Server.
  2. server:
  3. address: ":8199"
  4. code_enabled: true
  5. token_sign: "6MTY2MDcxMjgzNiwi"
  6. # Logger configurations.
  7. logger:
  8. # 1开启 0关闭
  9. switch: 1
  10. path: "./log"
  11. level: "info"
  12. name: "info"
  13. # Database configurations.
  14. database:
  15. # 数据库配置
  16. #db.host : 106.52.134.22
  17. #db.host : 120.77.219.16
  18. host: "127.0.0.1"
  19. user: "root"
  20. password: "root"
  21. #password : "lczm@2019oS"
  22. port: "3306"
  23. name: "iot"
  24. prefix: "t_"
  25. timezone: "Asia/Shanghai"
  26. redis:
  27. host: "127.0.0.1:6379"
  28. #password: "lczm*2019"
  29. minio:
  30. endpoint: "110.40.223.170:9000"
  31. link: "http://110.40.223.170:9000"
  32. access_key: "lczm*minio"
  33. secret_key: "lczm*minio"
  34. #接口
  35. foreign:
  36. iot_edge_url: "http://106.52.134.22:8880"
  37. security_rewind_url: "http://106.52.134.22:9099"
  38. #告警通知相关
  39. monit-notice:
  40. email:
  41. host: "smtp.163.com"
  42. port: "465"
  43. user-name: "hn_longchi@163.com"
  44. pass-word: "XDTEFFVZVLANOBSU"
  45. sms:
  46. tencent:
  47. app_id: "1400729214"
  48. secret_id: "AKID0tkPq1wc9TXMvEHZ5NRFo7AxVotkNltl"
  49. secret_key: "g7MNBk36tuhIgplSuAE6lCRVLvFTYR5U"
  50. sms_key: "湖南省龙驰照明"
  51. warn_sms_template_id: "1533523"
  52. # switch 0-关闭 其他(1)-开启
  53. es:
  54. es_url: "localhost:9200"