Files
redstone-node/sample-config.json
2022-06-09 21:17:36 +02:00

15 lines
473 B
JSON

{
"arweaveKeysFile": "./sample-jwk.json",
"manifestFile": "./manifests/dev.json",
"minimumArBalance": 0,
"addEvmSignature": true,
"enableStreamrBroadcaster": false,
"disableSinglePricesBroadcastingInStreamr": true,
"omitSourcesInArweaveTx": true,
"httpBroadcasterURLs": ["https://httpbin.org/anything"],
"credentials": {
"ethereumPrivateKey": "0x1111111111111111111111111111111111111111111111111111111111111111",
"twelveDataRapidApiKey": ""
}
}