fix(indexer): the latest docker fix updated bedrock ports, this small commit fixes those

This commit is contained in:
erhant 2026-06-23 17:02:47 +03:00
parent a9df90c5b6
commit 7f0714a79e
2 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{
"consensus_info_polling_interval": "1s",
"bedrock_config": {
"addr": "http://localhost:8080"
"addr": "http://localhost:18080"
},
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101"
}

View File

@ -1,8 +1,7 @@
{
"home": ".",
"consensus_info_polling_interval": "1s",
"bedrock_config": {
"addr": "http://host.docker.internal:8080"
},
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101"
"consensus_info_polling_interval": "1s",
"bedrock_config": {
"addr": "http://host.docker.internal:18080"
},
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101"
}