蛋蛋星球RabbitMq消费项目
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.

cfg.yml 1.3 KiB

1 month ago
2 weeks ago
2 weeks ago
1 month ago
1 week ago
1 month ago
1 week ago
2 weeks ago
1 week ago
2 weeks ago
1 week ago
2 weeks ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # 当前域名
  2. debug: true
  3. curldebug: true
  4. prd: false
  5. local: true
  6. # 缓存
  7. redis_addr: '127.0.0.1:6379'
  8. redis_password: ''
  9. db:
  10. host: '119.23.182.117:3306'
  11. name: 'egg'
  12. user: 'root'
  13. psw: 'Fnuo123com@'
  14. show_log: true
  15. max_lifetime: 30
  16. max_open_conns: 100
  17. max_idle_conns: 100
  18. path: 'tmp/%s.log'
  19. db_back:
  20. host: '119.23.182.117:3306'
  21. name: 'egg-data-back-up'
  22. user: 'root'
  23. psw: 'Fnuo123com@'
  24. show_log: true
  25. path: 'tmp/%s.log'
  26. im_db:
  27. host: '119.23.182.117:3306'
  28. name: 'egg-im'
  29. user: 'root'
  30. psw: 'Fnuo123com@'
  31. show_log: true
  32. max_lifetime: 30
  33. max_open_conns: 100
  34. max_idle_conns: 100
  35. path: 'tmp/%s.log'
  36. # 日志
  37. log:
  38. app_name: 'applet'
  39. level: 'debug' # 普通日志级别 #debug, info, warn, fatal, panic
  40. is_stdout: true
  41. time_format: 'standard' # sec, second, milli, nano, standard, iso
  42. encoding: 'console'
  43. is_file_out: true
  44. file_dir: './tmp/'
  45. file_max_size: 256
  46. file_max_age: 1
  47. file_name: 'debug.log'
  48. # 连接RabbitMq
  49. mq:
  50. host: '120.77.153.180'
  51. port: '5672'
  52. user: 'guest'
  53. pwd: 'guest'
  54. #es:
  55. # url: 'http://120.55.48.175:9200'
  56. # user: 'elastic'
  57. # pwd: 'fnuo123'
  58. es:
  59. url: 'http://123.57.140.192:9200'
  60. user: 'elastic'
  61. pwd: 'se4BxqYyGhHyPWPA3w8Q'
  62. im_business_rpc:
  63. url: im-rpc-business.izhim.com
  64. port: 1005
  65. im_logic_rpc:
  66. url: im-rpc-logic.izhim.com
  67. port: 1008