config.yml 1003 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. id: test-node
  2. endpoints:
  3. queryNode: http://localhost:8081/graphql
  4. joystreamNodeWs: ws://localhost:9944
  5. directories:
  6. assets: ./local/data
  7. cacheState: ./local/cache
  8. logs:
  9. file:
  10. level: debug
  11. path: ./local/logs
  12. maxFiles: 30 # 30 days or 30 * 50 MB
  13. maxSize: 50485760 # 50 MB
  14. console:
  15. level: verbose
  16. # elastic:
  17. # level: info
  18. # endpoint: http://localhost:9200
  19. limits:
  20. storage: 100G
  21. maxConcurrentStorageNodeDownloads: 100
  22. maxConcurrentOutboundConnections: 300
  23. outboundRequestsTimeoutMs: 5000
  24. pendingDownloadTimeoutSec: 3600
  25. maxCachedItemSize: 1G
  26. intervals:
  27. saveCacheState: 60
  28. checkStorageNodeResponseTimes: 60
  29. cacheCleanup: 60
  30. publicApi:
  31. port: 3334
  32. operatorApi:
  33. port: 3335
  34. hmacSecret: this-is-not-so-secret
  35. keys:
  36. - suri: //Alice
  37. - suri: //testing//worker//Distribution//0
  38. # - mnemonic: "escape naive annual throw tragic achieve grunt verify cram note harvest problem"
  39. # type: ed25519
  40. # - keyfile: "/path/to/keyfile.json"
  41. workerId: 0