config.yml 732 B

123456789101112131415161718192021222324252627282930
  1. id: test-node
  2. endpoints:
  3. queryNode: http://localhost:8081/graphql
  4. joystreamNodeWs: ws://localhost:9944
  5. # elasticSearch: http://localhost:9200
  6. directories:
  7. assets: ./local/data
  8. cacheState: ./local/cache
  9. logs: ./local/logs
  10. log:
  11. file: debug
  12. console: verbose
  13. # elastic: info
  14. limits:
  15. storage: 100G
  16. maxConcurrentStorageNodeDownloads: 100
  17. maxConcurrentOutboundConnections: 300
  18. outboundRequestsTimeout: 5000
  19. intervals:
  20. saveCacheState: 60
  21. checkStorageNodeResponseTimes: 60
  22. cacheCleanup: 60
  23. port: 3334
  24. keys:
  25. - suri: //Alice
  26. # - mnemonic: "escape naive annual throw tragic achieve grunt verify cram note harvest problem"
  27. # type: ed25519
  28. # - keyfile: "/path/to/keyfile.json"
  29. buckets: 'all'
  30. workerId: 0