forked from Joystream/joystream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
45 lines (45 loc) · 1.13 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
id: test-node
endpoints:
storageSquid: http://localhost:4352/graphql
joystreamNodeWs: ws://localhost:9944
directories:
assets: ./local/data
cacheState: ./local/cache
logs:
file:
level: debug
path: ./local/logs
maxFiles: 30 # 30 days or 30 * 50 MB
maxSize: 50485760 # 50 MB
console:
level: verbose
# elastic:
# level: http
# endpoint: http://localhost:9200
# auth:
# username: username
# password: password
limits:
storage: 500G
maxConcurrentStorageNodeDownloads: 100
maxConcurrentOutboundConnections: 300
outboundRequestsTimeoutMs: 5000
pendingDownloadTimeoutSec: 3600
maxCachedItemSize: 20G
queryNodeCacheTTL: 60
intervals:
saveCacheState: 60
checkStorageNodeResponseTimes: 60
cacheCleanup: 86400 # every 24h, cache cleanup currently is very heavy on QN
publicApi:
port: 3334
operatorApi:
port: 3335
hmacSecret: this-is-not-so-secret
keys:
- suri: //Alice
- suri: //testing//worker//Distribution//0
# - mnemonic: "escape naive annual throw tragic achieve grunt verify cram note harvest problem"
# type: ed25519
# - keyfile: "/path/to/keyfile.json"
workerId: 0