From 08f47376c1eb59c202810dc61240bb824b5b3244 Mon Sep 17 00:00:00 2001 From: Robin Duda Date: Sun, 15 Jul 2018 20:24:55 +0200 Subject: [PATCH] fix application config. --- application.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application.yaml b/application.yaml index f87ff5b..ba08bd3 100644 --- a/application.yaml +++ b/application.yaml @@ -2,10 +2,10 @@ startBlock: "64500" blockEnd: "66500" storage: "ELASTICSEARCH" -targetNode: "http://192.168.10.129:32773/" +targetNode: "http://localhost:8545/" os: "WINDOWS" -txIndex: "ether-trans4" -blockIndex: "eth-blocks" +txIndex: "ether-tx" +blockIndex: "ether-blocks" backpressureBlocks: 8 backPressureTx: 20 txImport: true