Created
December 14, 2022 19:17
-
-
Save Man-Jain/5e4991a601916aecf3423d6d65a847d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"anchor": { | |
"ethereum-rpc-url": "https://eg_infura_endpoint" // Replace with an Ethereum RPC endpoint to avoid rate limiting | |
}, | |
"http-api": { | |
"cors-allowed-origins": [ | |
".*" | |
] | |
}, | |
"ipfs": { | |
"mode": "remote", | |
"host": "http://ipfs_ip_address:5001" | |
}, | |
"logger": { | |
"log-level": 2, // 0 is most verbose | |
"log-to-files": true | |
}, | |
"network": { | |
"name": "mainnet", // Connect to mainnet, testnet-clay, or dev-unstable | |
}, | |
"node": {}, | |
"state-store": { | |
"mode": "s3", | |
"s3-bucket": "bucket_name" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment