diff --git a/lez/indexer/service/configs/debug/indexer_config.json b/lez/indexer/service/configs/debug/indexer_config.json index 47b1629e..85227700 100644 --- a/lez/indexer/service/configs/debug/indexer_config.json +++ b/lez/indexer/service/configs/debug/indexer_config.json @@ -1,7 +1,7 @@ { "consensus_info_polling_interval": "1s", "bedrock_config": { - "addr": "http://localhost:8080" + "addr": "http://localhost:18080" }, "channel_id": "0101010101010101010101010101010101010101010101010101010101010101" } diff --git a/lez/indexer/service/configs/docker/indexer_config.json b/lez/indexer/service/configs/docker/indexer_config.json index 218413d4..f083ca27 100644 --- a/lez/indexer/service/configs/docker/indexer_config.json +++ b/lez/indexer/service/configs/docker/indexer_config.json @@ -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" }