广告平台(站长使用)
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.
 
 
 
 
 

52 lines
1.0 KiB

  1. # 当前域名
  2. debug: true
  3. curldebug: true
  4. prd: false
  5. local: true
  6. # 服务器参数
  7. srv_addr: ':1002'
  8. # 缓存
  9. redis_addr: '120.24.28.6:32572'
  10. # 连接官网数据库获取db mapping
  11. #db:
  12. # host: '119.23.182.117:3306'
  13. # name: 'super_advertisement'
  14. # user: 'root'
  15. # psw: 'Fnuo123com@'
  16. # show_log: true
  17. # max_lifetime: 30
  18. # max_open_conns: 100
  19. # max_idle_conns: 100
  20. # path: 'tmp/%s.log'
  21. db:
  22. host: 'advertisement-db.rwlb.rds.aliyuncs.com:3306'
  23. name: 'super_advertisement'
  24. user: 'zhios'
  25. psw: 'ZHIoscnfnuo123@'
  26. show_log: true
  27. max_lifetime: 30
  28. max_open_conns: 100
  29. max_idle_conns: 100
  30. path: 'tmp/%s.log'
  31. # 日志
  32. log:
  33. app_name: 'applet'
  34. level: 'debug' # 普通日志级别 #debug, info, warn, fatal, panic
  35. is_stdout: true
  36. time_format: 'standard' # sec, second, milli, nano, standard, iso
  37. encoding: 'console'
  38. is_file_out: true
  39. file_dir: './tmp/'
  40. file_max_size: 256
  41. file_max_age: 1
  42. file_name: 'debug.log'
  43. # 连接RabbitMq
  44. mq:
  45. host: '116.62.62.35'
  46. port: '5672'
  47. user: 'zhios'
  48. pwd: 'ZHIoscnfnuo123'