智盟项目
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

47 righe
907 B

  1. # debug release test
  2. debug: true
  3. prd: false
  4. local: true
  5. # 缓存
  6. redis_addr: '120.24.28.6:32572'
  7. # 数据库
  8. db:
  9. host: '119.23.182.117:3306'
  10. name: 'zyos_website'
  11. user: 'root'
  12. psw: 'Fnuo123com@'
  13. show_log: true
  14. max_lifetime: 30
  15. max_open_conns: 100
  16. max_idle_conns: 100
  17. path: 'tmp/task_sql_%v.log'
  18. zhimeng_db:
  19. host: '119.23.182.117:3306'
  20. name: 'zhi_meng'
  21. user: 'root'
  22. psw: 'Fnuo123com@'
  23. show_log: true
  24. max_lifetime: 30
  25. max_open_conns: 100
  26. max_idle_conns: 100
  27. path: 'tmp/%s.log'
  28. # 日志
  29. log:
  30. level: 'debug' # 普通日志级别 #debug, info, warn, fatal, panic
  31. is_stdout: true
  32. time_format: 'standard' # sec, second, milli, nano, standard, iso
  33. encoding: 'console'
  34. is_file_out: true
  35. file_dir: './tmp/'
  36. file_max_size: 256
  37. file_max_age: 1
  38. file_name: 'task.log'
  39. # 连接ElasticSearch
  40. es:
  41. url: 'http://120.55.48.175:9200'
  42. user: 'elastic'
  43. pwd: 'fnuo123'