ritual/projects/hello-world/container/config.json
vvzvlad f6bcbb181e
Update config.json
Signed-off-by: vvzvlad <github@vvzvlad.xyz>
2024-06-08 20:05:41 +03:00

49 lines
1.2 KiB
JSON

{
"log_path": "infernet_node.log",
"server": {
"port": 4000
},
"chain": {
"enabled": true,
"trail_head_blocks": 0,
"rpc_url": "https://base-rpc.publicnode.com",
"registry_address": "0x8D871Ef2826ac9001fB2e33fDD6379b6aaBF449c",
"wallet": {
"max_gas_limit": 4000000,
"private_key": "###PRIVATE_KEY###"
}
},
"snapshot_sync": {
"sleep": 5,
"batch_size": 100
},
"startup_wait": 1.0,
"docker": {
"username": "your-username",
"password": ""
},
"redis": {
"host": "redis",
"port": 6379
},
"forward_stats": true,
"snapshot_sync": {
"sleep": 3,
"batch_size": 100
},
"containers": [
{
"id": "hello-world",
"image": "ritualnetwork/hello-world-infernet:latest",
"external": true,
"port": "3000",
"allowed_delegate_addresses": [],
"allowed_addresses": ["###WALLET_ADDRESS###"],
"allowed_ips": [],
"command": "--bind=0.0.0.0:3000 --workers=2",
"env": {},
"accepted_payments": {}
}
]
}