bxbase.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Name: bxbase.rpc
  2. ListenOn: 127.0.0.1:8005
  3. Etcd:
  4. Hosts:
  5. - 127.0.0.1:2379
  6. Key: bxbase.rpc
  7. UserCenterKey: "usercenter.rpc" #用户中台rpc
  8. PowerCheckCenterKey: "powercheck.rpc" #权益校验中台
  9. EntManageApplication: "entmanageapplication.rpc" #企业管理中台
  10. Timeout: 8000
  11. Webrpcport: 8015
  12. BidSearchOldUserLimit: 1626105600
  13. FileSignBool: true
  14. UnitAppend: '+'
  15. NewsLimitNum: 50 # 移动端首页最新标讯数量限制
  16. NewsTimeOut: 7200
  17. NewsCache: # 下面timeout 单位是秒
  18. NoLogin: # 未登录用户缓存使用的key
  19. Key: p1_indexMessage_new_noLogin_%d_%d_%d
  20. Timeout: 86400 #
  21. CacheUpdateKey: noLogin
  22. CacheUpdateTimeout: 900 #
  23. LoginUser: # 登录用户有推送数据缓存使用的key
  24. Key: p1_indexMessage_new_%d_%d_%d_%d
  25. Timeout: 86400
  26. CacheUpdateKey: subscribe
  27. CacheUpdateTimeout: 900 #
  28. Login: # 登录用户没有推送数据最新标讯缓存使用的key
  29. Key: p1_indexMessage_new_login_%d_%d_%d
  30. Timeout: 86400
  31. CacheUpdateKey: login
  32. CacheUpdateTimeout: 900 #
  33. Count: # 用户有没有推送数据缓存使用的key
  34. Key: push_count_%s_%s
  35. Timeout: 7200