mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-10 06:53:13 +00:00
Merge pull request #568 from logos-blockchain/erhant/fix-indexer-configs
fix(indexer): update config files
This commit is contained in:
commit
fce8722d05
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"consensus_info_polling_interval": "1s",
|
"consensus_info_polling_interval": "1s",
|
||||||
"bedrock_config": {
|
"bedrock_config": {
|
||||||
"addr": "http://localhost:8080"
|
"addr": "http://localhost:18080"
|
||||||
},
|
},
|
||||||
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101"
|
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"home": ".",
|
"consensus_info_polling_interval": "1s",
|
||||||
"consensus_info_polling_interval": "1s",
|
"bedrock_config": {
|
||||||
"bedrock_config": {
|
"addr": "http://host.docker.internal:18080"
|
||||||
"addr": "http://host.docker.internal:8080"
|
},
|
||||||
},
|
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101"
|
||||||
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user