graceful-api.json 214 B

123456789101112
  1. {
  2. "Name": "graceful-api",
  3. "Host": "0.0.0.0",
  4. "Port": 8888,
  5. "MaxConns": 1000000,
  6. "Rpc": {
  7. "Etcd": {
  8. "Hosts": ["etcd.discov:2379"],
  9. "Key": "zrpc"
  10. }
  11. }
  12. }