Skip to content

Instantly share code, notes, and snippets.

@sieemma
Last active October 3, 2023 11:43
Show Gist options
  • Save sieemma/f0449f3882cbcac1fefc96ca2e775e02 to your computer and use it in GitHub Desktop.
Save sieemma/f0449f3882cbcac1fefc96ca2e775e02 to your computer and use it in GitHub Desktop.
id: sieemmaCDN
endpoints:
queryNode: http://localhost:8081/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: https://joystream.koalva.io/operator-elastic
auth:
username: sieemma
password: <mypasswordhere>
limits:
storage: 500G
maxConcurrentStorageNodeDownloads: 100
maxConcurrentOutboundConnections: 300
outboundRequestsTimeoutMs: 5000
pendingDownloadTimeoutSec: 3600
maxCachedItemSize: 60G
intervals:
saveCacheState: 60
checkStorageNodeResponseTimes: 60
cacheCleanup: 60
publicApi:
port: 3334
operatorApi:
port: 3335
hmacSecret: <secrethere>
keys:
#- suri: //Alice
#- suri: //testing//worker//Distribution//0
# - mnemonic: "<mnemonic>"
# type: ed25519
- keyfile: "/root/keys/distributor-role-key.json"
workerId: 2
@sieemma
Copy link
Author

sieemma commented Aug 21, 2023

I will leave the images here as a link

https://imgur.com/a/8Is6xYX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment