usercenter-api.yaml 408 B

1234567891011121314151617181920212223
  1. Name: userCenter-api
  2. Host: 0.0.0.0
  3. Port: 9999
  4. UserCenterRpcConf:
  5. Etcd:
  6. Hosts:
  7. - 127.0.0.1:2379
  8. Key: usercenter.rpc
  9. Timeout: 10000
  10. GatewayRpcConf:
  11. Etcd:
  12. Hosts:
  13. - 127.0.0.1:2379
  14. Key: gatewayDemo.rpc
  15. Timeout: 5000
  16. Logx:
  17. Mode: console #console|file|volume
  18. Path: ./logs
  19. Level: info #info|error|severe
  20. KeepDays: 10
  21. Auth:
  22. AccessSecret: jianyuservice
  23. AccessExpire: 600