config.yaml 1.3 KB

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