广告平台(媒体使用)
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 месяц назад
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # 当前域名
  2. debug: true
  3. curldebug: true
  4. prd: false
  5. local: true
  6. # 服务器参数
  7. srv_addr: ':1004'
  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. # 日志
  22. log:
  23. app_name: 'applet'
  24. level: 'debug' # 普通日志级别 #debug, info, warn, fatal, panic
  25. is_stdout: true
  26. time_format: 'standard' # sec, second, milli, nano, standard, iso
  27. encoding: 'console'
  28. is_file_out: true
  29. file_dir: './tmp/'
  30. file_max_size: 256
  31. file_max_age: 1
  32. file_name: 'debug.log'
  33. # 连接RabbitMq
  34. mq:
  35. host: '116.62.62.35'
  36. port: '5672'
  37. user: 'zhios'
  38. pwd: 'ZHIoscnfnuo123'