123456789101112131415161718192021222324252627282930 |
- id: test-node
- endpoints:
- queryNode: http://localhost:8081/graphql
- joystreamNodeWs: ws://localhost:9944
- # elasticSearch: http://localhost:9200
- directories:
- assets: ./local/data
- cacheState: ./local/cache
- logs: ./local/logs
- log:
- file: debug
- console: verbose
- # elastic: info
- limits:
- storage: 100G
- maxConcurrentStorageNodeDownloads: 100
- maxConcurrentOutboundConnections: 300
- outboundRequestsTimeout: 5000
- intervals:
- saveCacheState: 60
- checkStorageNodeResponseTimes: 60
- cacheCleanup: 60
- port: 3334
- keys:
- - suri: //Alice
- # - mnemonic: "escape naive annual throw tragic achieve grunt verify cram note harvest problem"
- # type: ed25519
- # - keyfile: "/path/to/keyfile.json"
- buckets: 'all'
- workerId: 0
|