bxbase.yaml 963 B

1234567891011121314151617181920212223242526272829
  1. Name: bxbase.rpc
  2. ListenOn: 127.0.0.1:8005
  3. Etcd:
  4. Hosts:
  5. - 192.168.3.206: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. LoginUser: # 登录用户有推送数据缓存使用的key
  22. Key: p1_indexMessage_new_%d_%d_%d_%d
  23. Timeout: 86400
  24. Login: # 登录用户没有推送数据最新标讯缓存使用的key
  25. Key: p1_indexMessage_new_login_%d_%d_%d
  26. Timeout: 86400
  27. Count: # 用户有没有推送数据缓存使用的key
  28. Key: push_count_%s_%s
  29. Timeout: 7200