orderapplication-api.yaml 327 B

123456789101112131415161718
  1. Name: orderApplication-api
  2. Host: 0.0.0.0
  3. Port: 9999
  4. OrderCenterRpc:
  5. Etcd:
  6. Hosts:
  7. - 127.0.0.1:2379
  8. Key: ordercenter.rpc
  9. GatewayRpcConf:
  10. Etcd:
  11. Hosts:
  12. - 192.168.3.240:2379
  13. Key: gatewayDemo.rpc
  14. Logx:
  15. Mode: console #console|file|volume
  16. Path: ./logs
  17. Level: info #info|error|severe
  18. KeepDays: 10