config.json 336 B

12345678910111213141516171819
  1. {
  2. "Name": "portal.rpc",
  3. "ListenOn": "localhost:3456",
  4. "Etcd": {
  5. "Hosts": [
  6. "localhost:2379"
  7. ],
  8. "Key": "portal"
  9. },
  10. "UserRpc": {
  11. "Etcd": {
  12. "Hosts": [
  13. "localhost:2379"
  14. ],
  15. "Key": "user"
  16. }
  17. },
  18. "Timeout": 500
  19. }